Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions TouchDesigner.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Backups
Backup/
*/Backup/

# Autosaves
CrashAutoSave.*
*/CrashAutoSave.*
Comment thread
samuelfavreaubdeb marked this conversation as resolved.
Outdated
*.dmp

# TouchDesigner import cache
TDImportCache/
*/TDImportCache/
Comment thread
samuelfavreaubdeb marked this conversation as resolved.
Outdated

# Logs
*.log
logs/
*/logs/
Comment thread
samuelfavreaubdeb marked this conversation as resolved.
Outdated

# Increment files on save
*.*.toe
*/*.*.toe
Comment thread
samuelfavreaubdeb marked this conversation as resolved.
Outdated
*Autosave*.toe

# Python / build artifacts
__pycache__/
*.pyc
*.pyo

# Visual Studio cache directory
.vs/

# IDE / editor settings
.vscode/*
!.vscode/extensions.json
.idea
Comment thread
samuelfavreaubdeb marked this conversation as resolved.
Outdated
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.code-workspace

# Executables
*.exe
*.out
*.app
*.ipa