summaryrefslogtreecommitdiffstats
path: root/ms/vlantag-api/.gitignore
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-08-22 10:46:23 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-08-22 11:13:47 -0400
commit9221702b86540d7fb44aa6185fef6f15602d7838 (patch)
treec924084f03b34aa3b743064eb4ac3c9cad242bbe /ms/vlantag-api/.gitignore
parentfca267a0f5185bc85ea42ee67ed15e5a20525a06 (diff)
Restore "Add VlantagApi Functional Component""
This reverts previous revert for VlantagApi functional component, with correction to pom.xml which had prevented jUnit tests from being counted. Change-Id: I8cff5d04949fe8e110565fb7f68f939caba2eff8 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Issue-ID: CCSDK-475
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/