From 822c98964b0a4f7b4da5dbe79669e54011a0778d Mon Sep 17 00:00:00 2001 From: "Paira, Saurav (sp694w) sp694w@att.com" Date: Mon, 20 Aug 2018 21:28:11 +0000 Subject: Add VlantagApi Functional Component to apps/ms Initial code contribution to add Vlantag Api microservice. It is developed as a Spring Boot application. Issue-ID: CCSDK-475 Change-Id: I0d5df398aae284cee181fcefeee9251e11ea8c26 Signed-off-by: Saurav Paira Signed-off-by: Paira, Saurav (sp694w) sp694w@att.com --- ms/vlantag-api/.gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ms/vlantag-api/.gitignore (limited to 'ms/vlantag-api/.gitignore') 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/ -- cgit 1.2.3-korg