summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 19 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index eb5a316c..c47edf30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,19 @@
-target
+.classpath
+.settings/
+
+# Target dirs in all projects
+**/target-ide/*
+**/target/*
+**/logs/*
+**/tokens/*
+
+# Added for Intellij IDEA IDE
+**/debug-logs/*
+**/.idea/*
+**/*.iml
+**/*.project
+**/.springBeans
+
+**/*versionsBackup
+**/blackDuckHub*
+**/*.jsonld \ No newline at end of file