Skip to content

Commit

Permalink
ignore advanced backups client config
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed May 18, 2024
1 parent 2ca769c commit d01bd21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,4 @@ config/sidebar_buttons.json
config/emi.css
emi.json
config/compressedcreativity-client.toml
config/AdvancedBackups-client.properties
3 changes: 2 additions & 1 deletion automation/settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ $CONFIGS_TO_REMOVE_FROM_CLIENT_FILES = @(
"explorerscompass-client.toml",
"theoneprobe-client.toml",
"sidebar_buttons.json",
"compressedcreativity-client.toml"
"compressedcreativity-client.toml",
"AdvancedBackups-client.properties"
)

$FOLDERS_TO_REMOVE_FROM_CLIENT_FILES = @("local/ftbutilities", "local/ftbchunks/data", "local/ftbultimine", "local/ftbultimine-client.snbt", "resourcepacks")
Expand Down

0 comments on commit d01bd21

Please sign in to comment.