mirror of
https://github.com/github/gitignore.git
synced 2026-08-26 01:37:26 +02:00
Remove repetitions by using single recursive pattern
This commit is contained in:
parent
73479dae4f
commit
56d805eaaa
@ -1,24 +1,19 @@
|
||||
# Backups
|
||||
Backup/
|
||||
*/Backup/
|
||||
**/Backup/
|
||||
|
||||
# Autosaves
|
||||
CrashAutoSave.*
|
||||
*/CrashAutoSave.*
|
||||
**/CrashAutoSave.*
|
||||
*.dmp
|
||||
|
||||
# TouchDesigner import cache
|
||||
TDImportCache/
|
||||
*/TDImportCache/
|
||||
**/TDImportCache/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
*/logs/
|
||||
**/logs/
|
||||
|
||||
# Increment files on save
|
||||
*.*.toe
|
||||
*/*.*.toe
|
||||
**/*.*.toe
|
||||
*Autosave*.toe
|
||||
|
||||
# Python / build artifacts
|
||||
@ -32,7 +27,7 @@ __pycache__/
|
||||
# IDE / editor settings
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.idea/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
|
||||
Loading…
Reference in New Issue
Block a user