aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSandeep J <sandeejh@in.ibm.com>2018-12-11 19:59:13 +0530
committerTschaen, Brendan <ctschaen@att.com>2018-12-12 17:16:11 -0500
commite71ad4704a4a16874be65f40713009e13ce4eabf (patch)
treea78ef47ed3a14a2021b128d04b3b866ab8a05878 /.gitignore
parent24c82cbc9ccdcfab25b304bc4c1660dca304bdb9 (diff)
added files to convert project to spring boot
also made changes to pom to add required dependencies. fix junit cases, upgrading to mockito 2.x Issue-ID: MUSIC-212 Change-Id: Ieeeaa6d62e03e962534182183aae8ae838d93eba Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore48
1 files changed, 22 insertions, 26 deletions
diff --git a/.gitignore b/.gitignore
index c795c9e7..570ed90e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,31 +1,27 @@
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
+/target/
+!.mvn/wrapper/maven-wrapper.jar
-# ignore all bin directories
-# matches "bin" in any subfolder
-bin/
-
-# ignore all target directories
-target/
-src/main/webapp
-# ignore all files ending with ~
-*~
-
-.DS_Store
-
-._*
-
-.metadata
-# Eclipse stuff
-.settings/
+### STS ###
+.apt_generated
.classpath
+.factorypath
.project
-# Idea
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
.idea
-debug-logs/
-.README.md.html
+*.iws
+*.iml
+*.ipr
-docs/Makefile
-docs/_build
-docs/conf.py
+### NetBeans ###
+/nbproject/private/
+/build/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+src/main/webapp/WEB-INF/classes/
+debug-logs/