mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
Merge e4fe44e75e into c677dd99d4
This commit is contained in:
commit
2b8b1f09d9
68
TouchDesigner.gitignore
Normal file
68
TouchDesigner.gitignore
Normal 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/
|
||||
Loading…
Reference in New Issue
Block a user