mirror of
https://github.com/github/gitignore.git
synced 2026-08-26 09:47:48 +02:00
47 lines
479 B
Plaintext
47 lines
479 B
Plaintext
# 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 |