Create .gitignore

This commit is contained in:
Kou Shuang 2019-11-17 13:46:45 +08:00
parent 55a0aab682
commit b1bd3bfb62
1 changed files with 34 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
.gradle
/build/
/**/build/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
/out/
/**/out/
.shelf/
.ideaDataSources/
dataSources/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
/node_modules/
### OS ###
.DS_Store