| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #
- # Package only files
- #
- # Compiled Bytecode
- *.amx
- *.lst
- *.asm
- # Vendor directory for dependencies
- dependencies/
- # Dependency versions lockfile
- pawn.lock
- #
- # Server/gamemode related files
- #
- # compiled settings file
- # keep `samp.json` file on version control
- # but make sure the `rcon_password` field is set externally
- # you can use the environment variable `SAMP_RCON_PASSWORD` to do this.
- server.cfg
- # Plugins directory
- plugins/
- # binaries
- *.exe
- *.dll
- *.so
- announce
- samp03svr
- samp-npc
- # logs
- logs/
- server_log.txt
- #
- # Common files
- #
- *.sublime-workspace
- *.sublime-project
|