From 73479dae4fad90863758f76f7efd13652903536a Mon Sep 17 00:00:00 2001 From: Samuel Favreau Date: Mon, 1 Jun 2026 17:00:54 -0400 Subject: [PATCH] Removing extra line spaces + Removing off topic flags for Windows and MacOS --- TouchDesigner.gitignore | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/TouchDesigner.gitignore b/TouchDesigner.gitignore index 55ff0638..2884ebd6 100644 --- a/TouchDesigner.gitignore +++ b/TouchDesigner.gitignore @@ -2,40 +2,33 @@ Backup/ */Backup/ - # Autosaves CrashAutoSave.* */CrashAutoSave.* *.dmp - # TouchDesigner import cache TDImportCache/ */TDImportCache/ - # Logs *.log logs/ */logs/ - # Increment files on save *.*.toe */*.*.toe *Autosave*.toe - # Python / build artifacts __pycache__/ *.pyc *.pyo - # Visual Studio cache directory .vs/ - # IDE / editor settings .vscode/* !.vscode/extensions.json @@ -47,22 +40,8 @@ __pycache__/ *.sw? *.code-workspace - # Executables *.exe *.out *.app -*.ipa - - -# macOS -.DS_Store -.AppleDouble -.LSOverride - - -# Windows -Thumbs.db -ehthumbs.db -Desktop.ini -$RECYCLE.BIN/ +*.ipa \ No newline at end of file