From 56d805eaaabff531e3201546941cae78cfca0fb3 Mon Sep 17 00:00:00 2001 From: Samuel Favreau Date: Mon, 1 Jun 2026 17:06:42 -0400 Subject: [PATCH] Remove repetitions by using single recursive pattern --- TouchDesigner.gitignore | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/TouchDesigner.gitignore b/TouchDesigner.gitignore index 2884ebd6..ec5cdc7e 100644 --- a/TouchDesigner.gitignore +++ b/TouchDesigner.gitignore @@ -1,24 +1,19 @@ # Backups -Backup/ -*/Backup/ +**/Backup/ # Autosaves -CrashAutoSave.* -*/CrashAutoSave.* +**/CrashAutoSave.* *.dmp # TouchDesigner import cache -TDImportCache/ -*/TDImportCache/ +**/TDImportCache/ # Logs *.log -logs/ -*/logs/ +**/logs/ # Increment files on save -*.*.toe -*/*.*.toe +**/*.*.toe *Autosave*.toe # Python / build artifacts @@ -32,7 +27,7 @@ __pycache__/ # IDE / editor settings .vscode/* !.vscode/extensions.json -.idea +.idea/ *.suo *.ntvs* *.njsproj