Compare commits

...

5 Commits

Author SHA1 Message Date
samuelfavreaubdeb
2b8b1f09d9
Merge e4fe44e75e into c677dd99d4 2026-04-08 12:01:23 +00:00
Devin Dooley
c677dd99d4
Merge pull request #4834 from wispgitgecko9/patch-2
Update macOS.gitignore
2026-04-07 20:04:22 -07:00
Devin Dooley
a78658650d
Revert change to Icon rule 2026-04-07 20:02:07 -07:00
WiSP
6a7b122e75
Update macOS.gitignore
Added .localized file to the gitignore.
2026-04-03 21:59:36 -05:00
samuelfavreaubdeb
e4fe44e75e
Add .gitignore for TouchDesigner project 2026-02-28 17:16:15 -05:00
2 changed files with 69 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# General # General
.DS_Store .DS_Store
.localized
__MACOSX/ __MACOSX/
.AppleDouble .AppleDouble
.LSOverride .LSOverride

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/