mirror of
https://github.com/github/gitignore.git
synced 2026-08-26 17:57:13 +02:00
Merge 56d805eaaa into 57286c3887
This commit is contained in:
commit
c0f1489ec1
42
TouchDesigner.gitignore
Normal file
42
TouchDesigner.gitignore
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user