yucheng 3 年之前
父节点
当前提交
b4679f3eed
共有 1 个文件被更改,包括 47 次插入0 次删除
  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/