diff --git a/.gitignore b/.gitignore index 165379dd..bbcc7ccd 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,11 @@ gradle-app.setting .DS_Store *.iml +.vscode/ + +# enterprise integration test cases +snippets/ +integration-test/**/apusic +integration-test/**/bes +integration-test/**/tongweb +integration-test/**/inforsuite \ No newline at end of file diff --git a/boot/.gitignore b/boot/.gitignore index c2065bc2..752ef46d 100644 --- a/boot/.gitignore +++ b/boot/.gitignore @@ -4,6 +4,8 @@ build/ !gradle/wrapper/gradle-wrapper.jar !**/src/main/**/build/ !**/src/test/**/build/ +src/main/resources/static/ +src/main/resources/templates/ ### STS ### .apt_generated