setup project config

This commit is contained in:
2025-08-02 15:30:41 -06:00
parent 4d54d96d81
commit 2c9494618a
3 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
<!-- Generated by SpecStory -->
# Blender project gitignore and git lfs setup (2025-08-02 21:25Z)
_**User**_
gimme blender project gitignore and activate git lfs
---
_**Assistant**_
I'll help you create a `.gitignore` file for your Blender project and set up Git LFS. Let me first check the current directory structure and then create the appropriate files.
---
<details>
<summary>Listed current directory • **6** results</summary>
| Name |
|-------|
| 📁 `.git` |
| 📁 `.specstory` |
| 📄 `.cursorindexingignore` |
| 📁 `assets` |
| 📁 `Pr` |
| 📁 `blends` |
</details>
---
Now I'll create a comprehensive `.gitignore` file for Blender projects and set up Git LFS for handling large files like video assets.
---
---