Skip to content

Commit

Permalink
Update to latest whitelist
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
Vurv78 committed Oct 30, 2023
1 parent 2771f15 commit e364e64
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@master
- uses: vurv78/gmod-upload@v0.1.3
- uses: vurv78/gmod-upload@master
with:
id: 2466875474
changelog: "Deployment via Github to latest changes"
Expand Down
22 changes: 22 additions & 0 deletions gma.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ do
"scripts/vehicles/*.txt",
"resource/localization/*/*.properties",
"maps/*.bsp",
"maps/*.lmp",
"maps/*.nav",
"maps/*.ain",
"maps/thumb/*.png",
Expand All @@ -119,6 +120,7 @@ do
"materials/*.png",
"materials/*.jpg",
"materials/*.jpeg",
"materials/colorcorrection/*.raw",
"models/*.mdl",
"models/*.vtx",
"models/*.phy",
Expand All @@ -145,6 +147,7 @@ do
"gamemodes/*/content/materials/*.png",
"gamemodes/*/content/materials/*.jpg",
"gamemodes/*/content/materials/*.jpeg",
"gamemodes/*/content/materials/colorcorrection/*.raw",
"gamemodes/*/content/scenes/*.vcd",
"gamemodes/*/content/particles/*.pcf",
"gamemodes/*/content/resource/fonts/*.ttf",
Expand All @@ -157,6 +160,25 @@ do
"gamemodes/*/content/sound/*.wav",
"gamemodes/*/content/sound/*.mp3",
"gamemodes/*/content/sound/*.ogg",

-- Immutable version of `data` folder: https://github.com/Facepunch/gmad/commit/d55a4438a5bc0d2f25c02bda1e73e8034fdf736b
"data_static/*.txt",
"data_static/*.dat",
"data_static/*.json",
"data_static/*.xml",
"data_static/*.csv",
"data_static/*.dem",
"data_static/*.vcd",

"data_static/*.vtf",
"data_static/*.vmt",
"data_static/*.png",
"data_static/*.jpg",
"data_static/*.jpeg",

"data_static/*.mp3",
"data_static/*.wav",
"data_static/*.ogg",
}, wildcard2pattern)

if addon.ignore then -- if specified list of files to ignore.
Expand Down

0 comments on commit e364e64

Please sign in to comment.