Browse Source

gitignore

xusonglin 4 years ago
parent
commit
4802741b1c
1 changed files with 30 additions and 0 deletions
  1. 30 0
      .gitignore

+ 30 - 0
.gitignore

@@ -0,0 +1,30 @@
+HELP.md
+/target/
+/logs/
+!.mvn/wrapper/maven-wrapper.jar
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+/build/
+
+### VS Code ###
+.vscode/