aboutsummaryrefslogtreecommitdiffstats
path: root/gui-runtime/gui-acm/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'gui-runtime/gui-acm/.gitignore')
-rw-r--r--gui-runtime/gui-acm/.gitignore38
1 files changed, 38 insertions, 0 deletions
diff --git a/gui-runtime/gui-acm/.gitignore b/gui-runtime/gui-acm/.gitignore
new file mode 100644
index 0000000..5ff6309
--- /dev/null
+++ b/gui-runtime/gui-acm/.gitignore
@@ -0,0 +1,38 @@
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### IntelliJ IDEA ###
+.idea/modules.xml
+.idea/jarRepositories.xml
+.idea/compiler.xml
+.idea/libraries/
+*.iws
+*.iml
+*.ipr
+
+### Eclipse ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
+
+### Mac OS ###
+.DS_Store \ No newline at end of file