summaryrefslogtreecommitdiffstats
path: root/portal-BE/.gitignore
diff options
context:
space:
mode:
authorDominik Mizyn <d.mizyn@samsung.com>2019-08-06 08:43:07 +0200
committerDominik Mizyn <d.mizyn@samsung.com>2019-08-06 08:43:15 +0200
commit28dbacfee954c17e4f17fceb091a8c7a3db7a230 (patch)
treea28896c7078e6be72c60e464a74c3f214038b32a /portal-BE/.gitignore
parent4b7993a3e61c9afea0674ec6a81fb1bcb13c8189 (diff)
Create module for Portal Spring Boot version
Create module for Portal Spring Boot version Issue-ID: PORTAL-681 Change-Id: I1e8398b36a0ffe3b884d9c2f66c45e5e5edecc20 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Diffstat (limited to 'portal-BE/.gitignore')
-rw-r--r--portal-BE/.gitignore31
1 files changed, 31 insertions, 0 deletions
diff --git a/portal-BE/.gitignore b/portal-BE/.gitignore
new file mode 100644
index 00000000..a2a3040a
--- /dev/null
+++ b/portal-BE/.gitignore
@@ -0,0 +1,31 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**
+!**/src/test/**
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+
+### VS Code ###
+.vscode/