Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions TouchDesigner.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Backups
Backup/
*/Backup/


Comment on lines +4 to +5
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked couple of other .gitignore files and all of them seperates the sections with a single empty line.

# 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/
Comment on lines +58 to +68
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure these match the context of this PR.