summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 12 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index aef0495..5e13100 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,14 @@
-logs/
-debug-logs/
-appconfig-local/
-bundleconfig-local/etc/auth/tomcat_keystore
-.classpath
+.settings
.project
-.settings/
-staticContent/
-target/
-src/main/java/META-INF/
+.classpath
.checkstyle
+target/
+**/logs/
+**/debug-logs/
+/.pydevproject
+/bin/
+appconfig-local/
+**/.idea/
+*/.idea
+*.iml
+.idea/