mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
30 lines
257 B
Plaintext
30 lines
257 B
Plaintext
# Project crap
|
|
target
|
|
*.class
|
|
.idea/
|
|
.idea_modules/
|
|
tmp/
|
|
out/
|
|
*.iws
|
|
*.ipr
|
|
*.iml
|
|
|
|
# User configs
|
|
config/worldserver.ini
|
|
pslogin/src/main/resources/user.conf
|
|
|
|
# Log files
|
|
*.log
|
|
logs/
|
|
|
|
# Random
|
|
*.swp
|
|
/*.csv
|
|
|
|
# Binary files
|
|
*.so
|
|
*.dll
|
|
*.exe
|
|
*.zip
|
|
pscrypto-lib/
|