From ab6c2c0cd441cf40723016e9a82aeeeb933fec7e Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Mon, 14 Aug 2017 17:47:10 -0500 Subject: Initial adds artifact handler and design services asdc-artifact-handler: an interface to receive artifacts distributed by SDC and persist them into the local database. appc-design-services: an interface to manage VNF configuration artifacts, primarily those generated by the configuration design tool. Includes these user stories: APPC-28/85 Change-Id: Ib207070d4593554fa424fc69d9c77a6cd5349fec Signed-off-by: Skip Wonnell Issue-Id: APPC-9 --- appc-inbound/.gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 appc-inbound/.gitignore (limited to 'appc-inbound/.gitignore') diff --git a/appc-inbound/.gitignore b/appc-inbound/.gitignore new file mode 100755 index 000000000..4b38b789e --- /dev/null +++ b/appc-inbound/.gitignore @@ -0,0 +1,32 @@ +# Target dirs in all projects +**/target/* + +# Added for Intellij IDEA IDE +**/.idea/* +*.iml + +# Generated models and features +**/bin/* + +# MANIFEST.MF is updated on every clean install +**/src/main/resources/META-INF/ +**/pom.xml.versionsBackup +pom.xml.versionsBackup + +.project + +*.prefs +.classpath +**/.classpath +/target/ +logs/ +debug-logs/ +/.settings/ +**/*.iml +/.idea/ + + +# MANIFEST.MF is updated on every clean install +**/src/main/resources/META-INF/ +**/src/main/yang-gen-sal +**/src/main/yang-gen-config -- cgit 1.2.3-korg