mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 03:07:04 +02:00
Compare commits
No commits in common. "56d805eaaabff531e3201546941cae78cfca0fb3" and "e4fe44e75e1bb8dcc6cb181ffcc24bfbf9aa0321" have entirely different histories.
56d805eaaa
...
e4fe44e75e
@ -1,33 +1,45 @@
|
||||
# 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
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
|
||||
# Visual Studio cache directory
|
||||
.vs/
|
||||
|
||||
|
||||
# IDE / editor settings
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea/
|
||||
.idea
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
@ -35,8 +47,22 @@ __pycache__/
|
||||
*.sw?
|
||||
*.code-workspace
|
||||
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.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