summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com>2020-02-04 14:21:29 +0100
committerPawel <pawel.kasperkiewicz@nokia.com>2020-02-04 14:22:10 +0100
commit50f42bd19fe752717823ba9ef1ffe932c47d05f4 (patch)
tree03361fe4ef5fb104ed2721a1630f8b706d4b1584 /.gitignore
parent26d0f939632ed185e42f092beab94f525f99267d (diff)
Create project structure
Issue-ID: AAF-995 Signed-off-by: Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com> Change-Id: Ib9e2314e96e3d3e1bdae8fccbab3f8047cec1329
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..53ed3113
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+target/
+!**/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/