[READ-ONLY] Mirror of https://github.com/mrgnw/spatial-maker.
0

Configure Feed

Select the types of activity you want to include in your feed.

spatial-maker / .gitignore
395 B 43 lines
1# Media files 2*.mp4 3*.mov 4*.MOV 5*.avi 6*.mkv 7*.m4v 8*.webm 9*.wmv 10*.flv 11 12# Benchmarks and samples 13benchmarking/ 14samples/ 15benchmark_test.log 16 17# Model checkpoints (large, download separately) 18checkpoints/ 19 20# Output 21/output 22/outputs 23 24# Dev/planning docs 25frame-ux-improvements.md 26 27# OS files 28.DS_Store 29 30# Editor 31.vscode 32 33# Misc 34temp*.png 35 36 37# Release artifacts 38dist/ 39*.tar.gz 40 41# Added by cargo 42 43/target