Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cadburry6969 committed Mar 2, 2023
1 parent d3b8859 commit 3e914ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ lua54 'yes'

author 'Cadburry#7547'
description 'Standalone Scoreboard'
version '1.0'

shared_script 'config.lua'
client_script 'client.lua'
Expand All @@ -22,5 +23,8 @@ dependencies {
}

escrow_ignore {
'config.lua'
'html/*',
'config.lua',
'server.lua',
'client.lua',
}

0 comments on commit 3e914ca

Please sign in to comment.