mirror of
https://github.com/github/gitignore.git
synced 2026-08-26 17:57:13 +02:00
42 lines
432 B
Plaintext
42 lines
432 B
Plaintext
# 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 |