Update FProxy to separate truststore and keystore
[aaf/cadi.git] / .gitignore
index f3bad09..6f0e6fd 100644 (file)
@@ -1,5 +1,21 @@
-/.classpath
-/.settings/
-/target/
-/.project
-/logs/
+# Application
+logs/
+
+# Maven
+target/
+
+# Eclipse
+.classpath
+.factorypath
+.project
+.settings/
+
+# IntelliJ
+.idea/
+*.iml
+
+# Visual Studio Code
+.vscode
+
+# Misc
+.checkstyle