aboutsummaryrefslogtreecommitdiffstats
path: root/ms/vlantag-api/.gitignore
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-08-21 20:34:20 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-21 20:34:20 +0000
commit5f42348ebe74480176214266548173388e7fe8cb (patch)
treefe24c268c10d34e856ad64953312982f3bf88bee /ms/vlantag-api/.gitignore
parent94521c797d7f7d903622f34f2a627c011b9c33bb (diff)
parent822c98964b0a4f7b4da5dbe79669e54011a0778d (diff)
Merge "Add VlantagApi Functional Component to apps/ms"
Diffstat (limited to 'ms/vlantag-api/.gitignore')
-rw-r--r--ms/vlantag-api/.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/ms/vlantag-api/.gitignore b/ms/vlantag-api/.gitignore
new file mode 100644
index 00000000..ea848562
--- /dev/null
+++ b/ms/vlantag-api/.gitignore
@@ -0,0 +1,26 @@
+/target/
+!.mvn/wrapper/maven-wrapper.jar
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/build/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+/target-ide/