.gitignore 216 B

123456789101112131415161718
  1. # common IDE files
  2. **/.settings
  3. **/*.log
  4. # happy build files
  5. **/Bin/Log/
  6. **/Bin/GameServer/
  7. **/Bin/GameServer/
  8. **/Bin/Tools/
  9. **/Bin/Config/*.conf
  10. **/.idea
  11. .idea
  12. /Server/GameServer/pkg/**
  13. /Web/**
  14. /Test/**
  15. **/*.exe