summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDylanB95EST <dylan.byrne@est.tech>2021-06-02 19:45:46 +0100
committerDylanB95EST <dylan.byrne@est.tech>2021-06-11 11:04:17 +0100
commitb5a238326e5fc5e240acb11f52748774c2f6da40 (patch)
tree1dd5657c59efa00dd98d39d813e10446d498c585 /.gitignore
parent429f06a7e721b88b495921f9853ea2f7f827f925 (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..3ab10191
--- /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