diff options
Diffstat (limited to 'components/slice-analysis-ms/.gitignore')
-rw-r--r-- | components/slice-analysis-ms/.gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/components/slice-analysis-ms/.gitignore b/components/slice-analysis-ms/.gitignore new file mode 100644 index 00000000..a325eaff --- /dev/null +++ b/components/slice-analysis-ms/.gitignore @@ -0,0 +1,35 @@ +HELP.md +target/ +.mvn/wrapper/maven-wrapper.jar +.mvn/ +**/src/main/**/target/ +**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ +/bin/ |