Spackenmobs/.gitignore

26 lines
182 B
Plaintext
Raw Permalink Normal View History

2020-08-09 17:46:58 +02:00
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
# idea
out
*.ipr
*.iws
*.iml
.idea
# gradle
build
.gradle
# other
eclipse
run
2020-08-29 20:42:50 +02:00
build.bat
runClient.bat
2020-08-30 15:22:40 +02:00
runServer.bat