mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
7 Commits
d56579003f
...
2eb35fd2b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2eb35fd2b8 | ||
|
|
dcc0fc7bc2 | ||
|
|
314d381f1e | ||
|
|
6a98aacd54 | ||
|
|
9275edaddf | ||
|
|
e4fe44e75e | ||
|
|
0a25801fa9 |
68
TouchDesigner.gitignore
Normal file
68
TouchDesigner.gitignore
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
$RECYCLE.BIN/
|
||||||
5
community/FreeCAD.gitignore
Normal file
5
community/FreeCAD.gitignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# FreeCAD backup and temporary files
|
||||||
|
*.FC.lock
|
||||||
|
*.bak
|
||||||
|
*.FCBak
|
||||||
|
*.tmp
|
||||||
Loading…
Reference in New Issue
Block a user