mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-02-16 21:51:29 +08:00
17 lines
183 B
Plaintext
17 lines
183 B
Plaintext
|
|
# no extension on linux, .exe on windows
|
|
rogueserver*
|
|
!/rogueserver/*
|
|
/userdata/*
|
|
secret.key
|
|
|
|
# local testing
|
|
/.data/
|
|
|
|
# Jetbrains IDEs
|
|
/.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.vscode/launch.json
|