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 <kw5258@att.com>
Issue-Id: APPC-9
diff --git a/appc-inbound/appc-design-services/.gitignore b/appc-inbound/appc-design-services/.gitignore
new file mode 100755
index 0000000..b18c07c
--- /dev/null
+++ b/appc-inbound/appc-design-services/.gitignore
@@ -0,0 +1,23 @@
+# Target dirs in all projects

+**/target/*

+

+# Generated models and features

+**/bin/*

+

+# MANIFEST.MF is updated on every clean install

+**/src/main/resources/META-INF/

+**/src/main/yang-gen-sal

+**/src/main/yang-gen-config

+

+

+.project

+

+*.prefs

+.classpath

+**/.classpath

+/target/

+logs/

+debug-logs/

+/.settings/

+**/*.iml

+/.idea/