PSF-LoginServer/.gitignore
pschord d08911d07c Account and Character Database and Config Improvements (#317)
* 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
2020-01-10 11:13:37 -05:00

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/