mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-02-16 21:51:29 +08:00
![Up](/assets/img/avatar_default.png)
* start reading save data from DB * finish migration code * remove leftover dir creation * fix import cycle * remove more dir creation * update gitignore * fix pk * better table creation * use REPLACE INTO * fix typo
12 lines
121 B
Plaintext
12 lines
121 B
Plaintext
|
|
# no extension on linux, .exe on windows
|
|
rogueserver*
|
|
userdata/*
|
|
secret.key
|
|
|
|
# Jetbrains IDEs
|
|
/.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|