ACLauncher/.gitignore

24 lines
196 B
Text
Raw Normal View History

2019-06-08 15:14:03 -07:00
# Directories
.gradle/
bin/
build/
dist/
target/
testLauncher/
run/
2020-09-07 19:00:31 -07:00
configs/
cache/
2014-02-16 21:38:27 -07:00
2020-09-07 19:00:31 -07:00
# IDE Config Files
.idea/
*.iml
.settings/
2019-06-08 15:14:03 -07:00
.classpath
.project
2020-09-07 19:00:31 -07:00
# OS X
.DS_Store
2020-09-07 19:00:31 -07:00
# Other
java_pid*.hprof
2020-09-07 19:00:31 -07:00
*.log