mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 03:07:04 +02:00
Merge 56d805eaaa into dcc0fc7bc2
This commit is contained in:
commit
dc958aabc7
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