Compare commits

...

4 Commits

Author SHA1 Message Date
samuelfavreaubdeb
1ee79b1bba
Merge e4fe44e75e into 7247090aa6 2026-04-16 18:54:09 +00:00
Devin Dooley
7247090aa6
Merge pull request #4811 from foxtrottNB/patch-1
Add ignore rule for TwinCAT Measurement files
2026-04-16 09:42:29 -07:00
foxtrottNB
6836b38f62
Add ignore rule for TwinCAT Measurement files 2026-03-12 15:27:47 +01:00
samuelfavreaubdeb
e4fe44e75e
Add .gitignore for TouchDesigner project 2026-02-28 17:16:15 -05:00
2 changed files with 71 additions and 0 deletions

68
TouchDesigner.gitignore Normal file
View File

@ -0,0 +1,68 @@
# Backups
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
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.code-workspace
# Executables
*.exe
*.out
*.app
*.ipa
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

View File

@ -55,3 +55,6 @@ LineIDs.dbg.bak
*.~u *.~u
*.project.~u *.project.~u
*.suo *.suo
# TwinCAT Measurement
*.vsm