mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
* Create Account/DB abstraction * Fix crash when removing boomers from deconstructed player * Extend config to include database and worldserver info * Improve ConfigParser tests * Add database setup documentation * Add xTriad to THANKS file ** * Increase bcrypt rounds and fix readme link
29 lines
220 B
Plaintext
29 lines
220 B
Plaintext
# Project crap
|
|
target
|
|
*.class
|
|
.idea/
|
|
.idea_modules/
|
|
tmp/
|
|
out/
|
|
*.iws
|
|
*.ipr
|
|
*.iml
|
|
|
|
# User configs
|
|
config/worldserver.ini
|
|
|
|
# Log files
|
|
*.log
|
|
logs/
|
|
|
|
# Random
|
|
*.swp
|
|
/*.csv
|
|
|
|
# Binary files
|
|
*.so
|
|
*.dll
|
|
*.exe
|
|
*.zip
|
|
pscrypto-lib/
|