Skip to content

Commit

Permalink
ignore configswapper configs
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jan 5, 2022
1 parent 1f7bcb4 commit 5ccc397
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 332 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,6 @@ config/configured-client.toml
config/Mekanism/machine-usage.toml
config/Mekanism/machine-storage.toml
config/Mekanism/gear.toml
config/Mekanism/tools-client.toml
config/Mekanism/client.toml
config/randompatches.toml
3 changes: 3 additions & 0 deletions automation/settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ $CONFIGS_TO_REMOVE_FROM_CLIENT_FILES = @(
"Mekanism/machine-usage.toml",
"Mekanism/machine-storage.toml",
"Mekanism/gear.toml"
"Mekanism/client.toml",
"Mekanism/tools-client.toml",
"randompatches.toml"
)

$FOLDERS_TO_REMOVE_FROM_CLIENT_FILES = @("local/ftbutilities", "local/ftbchunks/data", "local/ftbultimine", "local/ftbultimine-client.snbt", "resourcepacks")
Expand Down
332 changes: 0 additions & 332 deletions config/randompatches.toml

This file was deleted.

4 comments on commit 5ccc397

@Darkere
Copy link
Collaborator

@Darkere Darkere commented on 5ccc397 Jan 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is a problem :D

Need to not only unignore randompatches but also add it back

@NielsPilgaard
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I forgot :p got it fixed locally will push asap

@NielsPilgaard
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non client configs should be fine to remove and ignore though right? Does configswapper always do its thing now? :P

@Darkere
Copy link
Collaborator

@Darkere Darkere commented on 5ccc397 Jan 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Configswapper only runs if the file already exists. Normal configs should be generated when Configswapper gets there but I can't guarantee anything for custom stuff.

Please sign in to comment.