aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJonathan Gathman <jonathan.gathman@att.com>2018-11-12 13:09:41 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-12 13:09:41 +0000
commitf2c2c058cf0660c94ad0a40445c6305b0be2de14 (patch)
treebb9ffbfd0a17c15c50207194dc7805b5400f574b /.gitignore
parent2712fbc1e6a5638a8ac49017123bc32e1d1431e9 (diff)
parentd3e1728b11f11d3979f04be1773e338416090d77 (diff)
Merge "Update FProxy to separate truststore and keystore"
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 21 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index f3bad09..6f0e6fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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