Ignore more binaries and IDE files
This commit is contained in:
parent
bf3eb8611e
commit
df707dcc35
1 changed files with 9 additions and 5 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -1,20 +1,24 @@
|
|||
# Directories
|
||||
.gradle/
|
||||
.idea/
|
||||
.settings/
|
||||
bin/
|
||||
build/
|
||||
dist/
|
||||
target/
|
||||
testLauncher/
|
||||
run/
|
||||
configs/
|
||||
cache/
|
||||
|
||||
# Files
|
||||
# IDE Config Files
|
||||
.idea/
|
||||
*.iml
|
||||
.settings/
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# OS X things
|
||||
# OS X
|
||||
.DS_Store
|
||||
|
||||
# Other things
|
||||
# Other
|
||||
java_pid*.hprof
|
||||
*.log
|
Loading…
Reference in a new issue