2016-12-20 15:28:38 +00:00
|
|
|
samp.ban
|
2018-12-12 09:02:26 +00:00
|
|
|
server.cfg
|
2018-12-12 09:03:23 +00:00
|
|
|
server.cfg.sample
|
2016-12-20 15:28:38 +00:00
|
|
|
*.exe
|
|
|
|
*.amx
|
|
|
|
*.dll
|
|
|
|
*.txt
|
|
|
|
*.rec
|
2019-05-30 09:35:04 +00:00
|
|
|
*.log
|
2016-12-20 15:28:38 +00:00
|
|
|
|
|
|
|
# filterscripts
|
|
|
|
filterscripts/*
|
|
|
|
!filterscripts/objects.pwn
|
|
|
|
|
|
|
|
# plugins
|
|
|
|
plugins/*
|
2018-03-18 14:32:24 +00:00
|
|
|
!plugins/TPoker.cpp
|
2023-12-28 22:49:37 +00:00
|
|
|
!TPoker.so
|
|
|
|
!TPoker.dll
|
|
|
|
!RouteConnectorPlugin.dll
|
|
|
|
!mysql.dll
|
|
|
|
!regex.dll
|
|
|
|
!MerRandom.dll
|
2016-12-20 15:28:38 +00:00
|
|
|
|
|
|
|
# gamemodes
|
|
|
|
gamemodes/*
|
2018-09-09 16:01:29 +00:00
|
|
|
!gamemodes/irresistible
|
|
|
|
!gamemodes/irresistible/**
|
|
|
|
gamemodes/irresistible/config/database.pwn
|
2016-12-23 16:22:59 +00:00
|
|
|
!gamemodes/sf-cnr.pwn
|
2017-01-05 15:15:54 +00:00
|
|
|
!gamemodes/COD8.pwn
|
2016-12-20 15:28:38 +00:00
|
|
|
|
|
|
|
# scriptfiles
|
|
|
|
scriptfiles/**/*
|
|
|
|
!scriptfiles/COD/
|
|
|
|
!scriptfiles/COD/**
|
2019-01-27 08:32:16 +00:00
|
|
|
!scriptfiles/changelogs/
|
|
|
|
!scriptfiles/changelogs/**
|
2016-12-20 15:28:38 +00:00
|
|
|
|
|
|
|
# npc
|
|
|
|
npcmodes/**/*
|
2017-01-05 15:15:54 +00:00
|
|
|
!npcmodes/.gitkeep
|
2016-12-20 15:28:38 +00:00
|
|
|
!npcmodes/secureguard.pwn
|
|
|
|
!npcmodes/recordings/
|
2017-01-05 15:15:54 +00:00
|
|
|
!npcmodes/recordings/*.rec
|
2017-06-23 18:38:14 +00:00
|
|
|
npcmodes/recordings/mission_4.rec
|
|
|
|
npcmodes/recordings/mission_3.rec
|
|
|
|
npcmodes/recordings/mission_2.rec
|
|
|
|
npcmodes/recordings/mission_1.rec
|
2023-12-28 22:48:17 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Package only files
|
|
|
|
#
|
|
|
|
|
|
|
|
# Compiled Bytecode, precompiled output and assembly
|
|
|
|
*.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
|
|
|
|
crashinfo.txt
|
|
|
|
|
|
|
|
# Ban list
|
|
|
|
samp.ban
|
|
|
|
|
|
|
|
#
|
|
|
|
# Common files
|
|
|
|
#
|
|
|
|
|
|
|
|
*.sublime-workspace
|