File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed
Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -161,14 +161,21 @@ cython_debug/
161161
162162
163163# Custom gitignore items for this repo
164- * /settings.ini
165- * /OpenUtau_Dictionary_Editor.exe
166- * /Cache
167- * /Autosaves and Backups
168- * /Templates /phoneme systems.csv
169- * /Assets /modules /sv_ttk /theme /luminance.png
170- * /Assets /modules /sv_ttk /theme /spritesheet_dark.png
171- * /Assets /modules /sv_ttk /theme /spritesheet_light.png
172- * /Assets /modules /sv_ttk /theme /spritesheet_mint_dark.png
173- * /Assets /modules /sv_ttk /theme /spritesheet_mint_light.png
174- * /.sha
164+
165+ # Ignore settings file
166+ ** /settings.ini
167+
168+ # Ignore executable
169+ ** /OpenUtau_Dictionary_Editor.exe
170+
171+ # Ignore cache folder
172+ ** /Cache /
173+
174+ # Ignore backup/autosave folder
175+ ** /Autosaves and Backups /
176+
177+ # Ignore specific templates
178+ ** /Templates /phoneme systems.csv
179+
180+ # Ignore .sha files
181+ ** /* .sha
You can’t perform that action at this time.
0 commit comments