almostunified/.gitignore

24 lines
160 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
eclipse
run