yucheng 3 years ago
parent
commit
b4679f3eed
1 changed files with 47 additions and 0 deletions
  1. 47 0
      .gitignore

+ 47 - 0
.gitignore

@@ -0,0 +1,47 @@
+target/
+!.mvn/wrapper/maven-wrapper.jar
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.gitignore
+>.gitignore
+.DS_Store
+
+### IntelliJ IDEA ###
+.idea/
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+nbproject/private/
+build/
+nbbuild/
+dist/
+nbdist/
+.nb-gradle/
+mvnw.cmd
+mvnw
+.mvn/
+
+### JRebel ###
+rebel.xml
+rebel-remote.xml
+
+### Sonar ###
+.scannerwork
+
+### Windows ###
+Thumbs.db
+ehthumbs.db
+Desktop.ini
+
+### Others ###
+*.log
+*/log
+LOG_PATH_IS_UNDEFINED/