seppuku/.gitignore

24 lines
152 B
Plaintext
Raw Normal View History

2019-10-27 15:45:44 +00:00
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
# idea
out
*.ipr
*.iws
*.iml
.idea
# gradle
build
.gradle
# other
eclipse
run
2019-10-27 20:22:32 +00:00
classes