Bundle plugins
This commit is contained in:
parent
c96aaa0524
commit
f7d7a4a1b9
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1,2 +1,5 @@
|
|||||||
*.pwn linguist-language=Pawn
|
*.pwn linguist-language=Pawn
|
||||||
*.inc linguist-language=Pawn
|
*.inc linguist-language=Pawn
|
||||||
|
*.so filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.db filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.dll filter=lfs diff=lfs merge=lfs -text
|
||||||
|
100
.gitignore
vendored
100
.gitignore
vendored
@ -1,53 +1,3 @@
|
|||||||
samp.ban
|
|
||||||
server.cfg
|
|
||||||
server.cfg.sample
|
|
||||||
*.exe
|
|
||||||
*.amx
|
|
||||||
*.dll
|
|
||||||
*.txt
|
|
||||||
*.rec
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# filterscripts
|
|
||||||
filterscripts/*
|
|
||||||
!filterscripts/objects.pwn
|
|
||||||
|
|
||||||
# plugins
|
|
||||||
plugins/*
|
|
||||||
!plugins/TPoker.cpp
|
|
||||||
!TPoker.so
|
|
||||||
!TPoker.dll
|
|
||||||
!RouteConnectorPlugin.dll
|
|
||||||
!mysql.dll
|
|
||||||
!regex.dll
|
|
||||||
!MerRandom.dll
|
|
||||||
|
|
||||||
# gamemodes
|
|
||||||
gamemodes/*
|
|
||||||
!gamemodes/irresistible
|
|
||||||
!gamemodes/irresistible/**
|
|
||||||
gamemodes/irresistible/config/database.pwn
|
|
||||||
!gamemodes/sf-cnr.pwn
|
|
||||||
!gamemodes/COD8.pwn
|
|
||||||
|
|
||||||
# scriptfiles
|
|
||||||
scriptfiles/**/*
|
|
||||||
!scriptfiles/COD/
|
|
||||||
!scriptfiles/COD/**
|
|
||||||
!scriptfiles/changelogs/
|
|
||||||
!scriptfiles/changelogs/**
|
|
||||||
|
|
||||||
# npc
|
|
||||||
npcmodes/**/*
|
|
||||||
!npcmodes/.gitkeep
|
|
||||||
!npcmodes/secureguard.pwn
|
|
||||||
!npcmodes/recordings/
|
|
||||||
!npcmodes/recordings/*.rec
|
|
||||||
npcmodes/recordings/mission_4.rec
|
|
||||||
npcmodes/recordings/mission_3.rec
|
|
||||||
npcmodes/recordings/mission_2.rec
|
|
||||||
npcmodes/recordings/mission_1.rec
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Package only files
|
# Package only files
|
||||||
#
|
#
|
||||||
@ -74,9 +24,6 @@ pawn.lock
|
|||||||
# you can use the environment variable `SAMP_RCON_PASSWORD` to do this.
|
# you can use the environment variable `SAMP_RCON_PASSWORD` to do this.
|
||||||
server.cfg
|
server.cfg
|
||||||
|
|
||||||
# Plugins directory
|
|
||||||
plugins/
|
|
||||||
|
|
||||||
# binaries
|
# binaries
|
||||||
*.exe
|
*.exe
|
||||||
*.dll
|
*.dll
|
||||||
@ -85,6 +32,19 @@ announce
|
|||||||
samp03svr
|
samp03svr
|
||||||
samp-npc
|
samp-npc
|
||||||
|
|
||||||
|
# Plugins directory
|
||||||
|
plugins/*
|
||||||
|
!plugins/TPoker.cpp
|
||||||
|
!plugins/TPoker.so
|
||||||
|
!plugins/TPoker.dll
|
||||||
|
!plugins/RouteConnectorPlugin.dll
|
||||||
|
!plugins/mysql.dll
|
||||||
|
!plugins/regex.dll
|
||||||
|
!plugins/regex.so
|
||||||
|
!plugins/MerRandom.dll
|
||||||
|
!plugins/mysql_static.so
|
||||||
|
!libmysql.dll
|
||||||
|
|
||||||
# logs
|
# logs
|
||||||
logs/
|
logs/
|
||||||
server_log.txt
|
server_log.txt
|
||||||
@ -98,3 +58,37 @@ samp.ban
|
|||||||
#
|
#
|
||||||
|
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
|
||||||
|
# filterscripts
|
||||||
|
filterscripts/*
|
||||||
|
!filterscripts/objects.pwn
|
||||||
|
|
||||||
|
# gamemodes
|
||||||
|
gamemodes/*
|
||||||
|
!gamemodes/irresistible
|
||||||
|
!gamemodes/irresistible/**
|
||||||
|
gamemodes/irresistible/config/database.pwn
|
||||||
|
!gamemodes/sf-cnr.pwn
|
||||||
|
!gamemodes/COD8.pwn
|
||||||
|
|
||||||
|
# scriptfiles
|
||||||
|
scriptfiles/**/*
|
||||||
|
!scriptfiles/COD/
|
||||||
|
!scriptfiles/COD/**
|
||||||
|
!scriptfiles/changelogs/
|
||||||
|
!scriptfiles/changelogs/**
|
||||||
|
!scriptfiles/GPS*
|
||||||
|
!scriptfiles/modelsizes.db
|
||||||
|
|
||||||
|
# npc
|
||||||
|
npcmodes/**/*
|
||||||
|
!npcmodes/.gitkeep
|
||||||
|
!npcmodes/secureguard.pwn
|
||||||
|
!npcmodes/recordings/
|
||||||
|
!npcmodes/recordings/*.rec
|
||||||
|
npcmodes/recordings/mission_4.rec
|
||||||
|
npcmodes/recordings/mission_3.rec
|
||||||
|
npcmodes/recordings/mission_2.rec
|
||||||
|
npcmodes/recordings/mission_1.rec
|
||||||
|
|
||||||
|
mysql_log.txt
|
BIN
libmysql.dll
(Stored with Git LFS)
Normal file
BIN
libmysql.dll
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
plugins/MerRandom.dll
(Stored with Git LFS)
Normal file
BIN
plugins/MerRandom.dll
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
plugins/RouteConnectorPlugin.dll
(Stored with Git LFS)
Normal file
BIN
plugins/RouteConnectorPlugin.dll
(Stored with Git LFS)
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
plugins/mysql.dll
(Stored with Git LFS)
Normal file
BIN
plugins/mysql.dll
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
plugins/mysql_static.so
(Stored with Git LFS)
Normal file
BIN
plugins/mysql_static.so
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
plugins/regex.dll
(Stored with Git LFS)
Normal file
BIN
plugins/regex.dll
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
plugins/regex.so
(Stored with Git LFS)
Normal file
BIN
plugins/regex.so
(Stored with Git LFS)
Normal file
Binary file not shown.
82354
scriptfiles/GPS.dat
Normal file
82354
scriptfiles/GPS.dat
Normal file
File diff suppressed because it is too large
Load Diff
82353
scriptfiles/GPS_fixed_by_NaS.dat
Normal file
82353
scriptfiles/GPS_fixed_by_NaS.dat
Normal file
File diff suppressed because it is too large
Load Diff
82354
scriptfiles/GPS_no_directions.dat
Normal file
82354
scriptfiles/GPS_no_directions.dat
Normal file
File diff suppressed because it is too large
Load Diff
BIN
scriptfiles/modelsizes.db
(Stored with Git LFS)
Normal file
BIN
scriptfiles/modelsizes.db
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user