Skip to content

Commit

Permalink
Fix: Move default to config/example, ignore config (#2588)
Browse files Browse the repository at this point in the history
Local configs should be able to be static between branches
  • Loading branch information
Cupax3 authored Jan 14, 2025
1 parent c5010a3 commit 24432b6
Show file tree
Hide file tree
Showing 36 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,14 @@ tools/CreditsTool/obj/*
#dmdoc default folder
/dmdoc

/config/*
!/config/example
!/config/example/*

# Ignore custom music and title screens (amend as appropriate)
/config/jukebox_music/sounds/*
!/config/jukebox_music/sounds/exclude
/config/title_music/sounds/*
!/config/title_music/sounds/exclude
/config/title_screens/images/*
!/config/title_screens/images/exclude
/config/example/jukebox_music/sounds/exclude
/config/example/title_music/sounds/exclude
/config/example/title_screens/images/exclude

#Linux docker
tools/LinuxOneShot/SetupProgram/obj/*
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 24432b6

Please sign in to comment.