Compare commits

...

4 Commits

Author SHA1 Message Date
samuelfavreaubdeb
dc958aabc7
Merge 56d805eaaa into dcc0fc7bc2 2026-06-01 17:06:48 -04:00
Samuel Favreau
56d805eaaa Remove repetitions by using single recursive pattern 2026-06-01 17:06:42 -04:00
Samuel Favreau
73479dae4f Removing extra line spaces + Removing off topic flags for Windows and MacOS 2026-06-01 17:00:54 -04:00
samuelfavreaubdeb
e4fe44e75e
Add .gitignore for TouchDesigner project 2026-02-28 17:16:15 -05:00

42
TouchDesigner.gitignore Normal file
View File

@ -0,0 +1,42 @@
# Backups
**/Backup/
# Autosaves
**/CrashAutoSave.*
*.dmp
# TouchDesigner import cache
**/TDImportCache/
# Logs
*.log
**/logs/
# Increment files on save
**/*.*.toe
*Autosave*.toe
# Python / build artifacts
__pycache__/
*.pyc
*.pyo
# Visual Studio cache directory
.vs/
# IDE / editor settings
.vscode/*
!.vscode/extensions.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.code-workspace
# Executables
*.exe
*.out
*.app
*.ipa