Adding new sub repo and modules, along with rest endpoint, test case and Spring Application class
Issue-ID: CPS-431
Change-Id: I6fd4379df6133108c1f8f2a5339f990f16773ad6
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3ab1019
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,31 @@
+*.class
+*.jar
+*.war
+*.zip
+*.log
+
+target/
+log/
+
+.idea/
+.idea_modules/
+*.iml
+*.ipr
+*.iws
+*.DS_Store
+
+.settings/
+bin/
+tmp/
+.metadata
+.classpath
+.project
+*.tmp
+.checkstyle
+
+/.tox
+/_build/*
+/__pycache__/*
+
+/docs/docs/
+/docs/.vscode/
\ No newline at end of file