添加.gitignore文件
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
bin
|
||||
build
|
||||
out
|
||||
target
|
||||
.settings
|
||||
.classpath
|
||||
.project
|
||||
.gradle
|
||||
.DS_Store
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
*.log
|
||||
.idea
|
Reference in New Issue
Block a user