almostunified/.gitignore

25 lines
166 B
Text
Raw Normal View History

2022-05-31 10:50:46 -04:00
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
# idea
out
*.ipr
*.iws
*.iml
.idea/*
!.idea/scopes
# gradle
build
.gradle
# other
2022-06-23 12:47:03 -04:00
*.log
2022-05-31 10:50:46 -04:00
eclipse
run