From cfb345e72be8c134ae11b479cd495e37edd0c106 Mon Sep 17 00:00:00 2001 From: Raincloud Date: Sun, 19 Apr 2026 15:12:12 -0600 Subject: [PATCH] ignroe specstory --- .gitignore | 1 + .specstory/.gitignore | 130 --------------------------------------- .specstory/.project.json | 8 --- 3 files changed, 1 insertion(+), 138 deletions(-) delete mode 100644 .specstory/.gitignore delete mode 100644 .specstory/.project.json diff --git a/.gitignore b/.gitignore index 242ab6a..5be4ad9 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ desktop.ini *.swp *.swo *~ +.specstory/ # Large media files (uncomment if you want to exclude rendered outputs) # *.mp4 diff --git a/.specstory/.gitignore b/.specstory/.gitignore deleted file mode 100644 index 658c7f7..0000000 --- a/.specstory/.gitignore +++ /dev/null @@ -1,130 +0,0 @@ -# Blender Studio Git Management - .gitignore - -# Blender auto-save files -*.blend1 -*.blend2 -*.blend3 -*.blend4 -*.blend5 -*.blend6 -*.blend7 -*.blend8 -*.blend9 -*.blend10 -*.blend11 -*.blend12 -*.blend13 -*.blend14 -*.blend15 -*.blend16 -*.blend17 -*.blend18 -*.blend19 -*.blend20 -*.blend21 -*.blend22 -*.blend23 -*.blend24 -*.blend25 -*.blend26 -*.blend27 -*.blend28 -*.blend29 -*.blend30 -*.blend31 -*.blend32 - -# Blender cache and temporary files -*.swp -*.swo -*~ -*.tmp -*.temp - -# OS generated files -.DS_Store -.DS_Store? -._* -.Spotlight-V100 -.Trashes -ehthumbs.db -Thumbs.db -desktop.ini - -# Editor files -.vscode/ -.idea/ -*.swp -*.swo -*~ - -# Large media files (uncomment if you want to exclude rendered outputs) -# *.mp4 -# *.avi -# *.mov -# *.png -# *.jpg -# *.jpeg -# *.exr -# *.hdr -# *.tiff -# *.tga - -# Audio files (uncomment if excluding) -# *.wav -# *.mp3 -# *.aac -# *.ogg - -# Log files -*.log - -# Python cache -__pycache__/ -*.pyc -*.pyo -*.pyd -.Python - -# Node modules (if using any web tools) -node_modules/ - -# Environment files -.env -.env.local -.env.development.local -.env.test.local -.env.production.local - -# Backup files -*.bak -*.backup -*.old - -# Temporary files -temp/ -tmp/ -cache/ - -Renders/** -!Renders/_zipped/ -!Renders/_zipped/** -!Renders/**/ -!Renders/**/*.bat -!Renders/**/*.log -seq/ - -# Premiere -*.prlock -Adobe Premiere Pro Video Previews/ -Adobe Premiere Pro Audio Previews/ -Adobe Premiere Pro (Beta) Video Previews/ -Adobe Premiere Pro (Beta) Audio Previews/ -footage/ -plates/ - -Pr/RnR/ -# SpecStory explanation file -/.what-is-this.md -# SpecStory project identity file -/.project.json diff --git a/.specstory/.project.json b/.specstory/.project.json deleted file mode 100644 index 0eab07c..0000000 --- a/.specstory/.project.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "workspace_id": "8537-6a11-5cf1-ddb7", - "workspace_id_at": "2025-12-21T06:08:25.117Z", - "project_name": "Assets_OBS", - "cloud_sync": false, - "git_id": "42dd-6e83-fed9-d4db", - "git_id_at": "2025-12-27T21:05:18.471Z" -} \ No newline at end of file