opsu-dance/.gitignore
Jeffrey Han 495a7e7f8b Follow-up to d860a30: replay importing fixes.
- Move failed imports to a "failed" subdirectory so that errors aren't generated each time the program is launched.
- Importing now overwrites files.
- Add "ReplayImportDirectory" option to config file.
- Fixed a bug with scores not being properly added.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-06-29 20:18:28 -05:00

26 lines
226 B
Plaintext

/ReplayImport/
/Replays/
/Screenshots/
/Skins/
/SongPacks/
/Songs/
/.opsu.log
/.opsu.cfg
/.opsu.db*
/.opsu_scores.db
# Eclipse
/.settings/
/bin/
.metadata
.classpath
.project
# IntelliJ
.idea/
*.iml
*.iws
Thumbs.db
/target