diff --git a/TouchDesigner.gitignore b/TouchDesigner.gitignore new file mode 100644 index 0000000000..55ff0638a4 --- /dev/null +++ b/TouchDesigner.gitignore @@ -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/