opsu-dance/.gitignore
Jeffrey Han 712cf30e01 Added replay saving/loading and score database auto-updater.
- Added 'info' table to score database to store the database version.  Upon startup, if the stored version is less than the source version, all update queries defined in ScoreDB.getUpdateQueries() will be run.
- Created "Replays" directory to store replay files.  Replay files are created after gameplay.
- Added 'replay' column to the score database to hold replay file names.
- Created a Game.loadOsuFile() method to load game data.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-03-11 20:52:51 -04:00

20 lines
180 B
Plaintext

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