From 0be12cb9894ba16fa8955d4aae850e5a5013e02c Mon Sep 17 00:00:00 2001 From: Fanon Jupkwo Date: Thu, 16 Jul 2020 15:38:02 +0100 Subject: [PATCH] Add useless files and folders in gitignore (#738) * Add useless files in .gitignore * Delete .factorypath's duplicate --- .gitignore | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c389c035..fc0c1318 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,17 @@ # Ignore folders target/ +.mvn/ bin/ /config .idea/ /out .vscode/ +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ # Do not ignore them !.idea/copyright @@ -21,12 +28,16 @@ mail.properties *.iws .project .classpath -.settings/ -.sts4-cache/ +.settings +.sts4-cache +.apt_generated +.springBeans +mvnw +mvnw.cmd # Because re-configuring the directory in the share plugin leads to side effect we ignore the file dependency-reduced-pom.xml .factorypath # Ignore OSX autogenerated files -.DS_Store +.DS_Store \ No newline at end of file