mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
2 Commits
e4fe44e75e
...
56d805eaaa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56d805eaaa | ||
|
|
73479dae4f |
@ -1,45 +1,33 @@
|
|||||||
# Backups
|
# Backups
|
||||||
Backup/
|
**/Backup/
|
||||||
*/Backup/
|
|
||||||
|
|
||||||
|
|
||||||
# Autosaves
|
# Autosaves
|
||||||
CrashAutoSave.*
|
**/CrashAutoSave.*
|
||||||
*/CrashAutoSave.*
|
|
||||||
*.dmp
|
*.dmp
|
||||||
|
|
||||||
|
|
||||||
# TouchDesigner import cache
|
# TouchDesigner import cache
|
||||||
TDImportCache/
|
**/TDImportCache/
|
||||||
*/TDImportCache/
|
|
||||||
|
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
*.log
|
*.log
|
||||||
logs/
|
**/logs/
|
||||||
*/logs/
|
|
||||||
|
|
||||||
|
|
||||||
# Increment files on save
|
# Increment files on save
|
||||||
*.*.toe
|
**/*.*.toe
|
||||||
*/*.*.toe
|
|
||||||
*Autosave*.toe
|
*Autosave*.toe
|
||||||
|
|
||||||
|
|
||||||
# Python / build artifacts
|
# Python / build artifacts
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
|
|
||||||
|
|
||||||
# Visual Studio cache directory
|
# Visual Studio cache directory
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
|
|
||||||
# IDE / editor settings
|
# IDE / editor settings
|
||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
.idea
|
.idea/
|
||||||
*.suo
|
*.suo
|
||||||
*.ntvs*
|
*.ntvs*
|
||||||
*.njsproj
|
*.njsproj
|
||||||
@ -47,22 +35,8 @@ __pycache__/
|
|||||||
*.sw?
|
*.sw?
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
|
|
||||||
|
|
||||||
# Executables
|
# Executables
|
||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
*.ipa
|
*.ipa
|
||||||
|
|
||||||
|
|
||||||
# macOS
|
|
||||||
.DS_Store
|
|
||||||
.AppleDouble
|
|
||||||
.LSOverride
|
|
||||||
|
|
||||||
|
|
||||||
# Windows
|
|
||||||
Thumbs.db
|
|
||||||
ehthumbs.db
|
|
||||||
Desktop.ini
|
|
||||||
$RECYCLE.BIN/
|
|
||||||
Loading…
Reference in New Issue
Block a user