.gitignore 202 B

123456789101112131415161718192021222324
  1. # Binaries
  2. *.exe
  3. ftp-server
  4. # Config (contains passwords)
  5. config.json
  6. # IDE
  7. .idea/
  8. .vscode/
  9. *.swp
  10. *.swo
  11. # OS
  12. Thumbs.db
  13. Desktop.ini
  14. .DS_Store
  15. # Build output
  16. ftp_root/
  17. # Runtime
  18. *.pid
  19. ftp-server.log