From e71ad4704a4a16874be65f40713009e13ce4eabf Mon Sep 17 00:00:00 2001 From: Sandeep J Date: Tue, 11 Dec 2018 19:59:13 +0530 Subject: 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 --- .gitignore | 48 ++++++++++++++++++++++-------------------------- 1 file changed, 22 insertions(+), 26 deletions(-) (limited to '.gitignore') 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/ -- cgit 1.2.3-korg