opsu-dance/.gitignore

37 lines
319 B
Plaintext
Raw Permalink Normal View History

/ReplayImport/
/Replays/
/Screenshots/
/Skins/
/SongPacks/
/Songs/
/Temp/
2014-06-30 04:17:04 +02:00
/.opsu.log
/.opsu.cfg
/.opsu.db*
/.opsu_scores.db
2014-06-30 04:17:04 +02:00
# Eclipse
/.settings/
/bin/
.metadata
.classpath
.project
.externalToolBuilders/
2014-06-30 04:17:04 +02:00
# IntelliJ
.idea/
*.iml
*.iws
*.ipr
# Gradle
.gradle
build/
Thumbs.db
2017-05-26 11:10:52 +02:00
.DS_STORE
2017-04-30 01:53:32 +02:00
/target
/out/
2017-05-26 11:10:52 +02:00
/lib/
/mvnlibs/