asset download
This commit is contained in:
3
.cursorindexingignore
Normal file
3
.cursorindexingignore
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
# Don't index SpecStory auto-save files, but allow explicit context inclusion via @ references
|
||||||
|
.specstory/**
|
||||||
4
.specstory/.gitignore
vendored
Normal file
4
.specstory/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# SpecStory project identity file
|
||||||
|
/.project.json
|
||||||
|
# SpecStory explanation file
|
||||||
|
/.what-is-this.md
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
@echo off
|
|
||||||
setlocal
|
|
||||||
|
|
||||||
:: Get current date in YYYY-MM-DD format
|
|
||||||
for /f "tokens=2-4 delims=/ " %%a in ('date /t') do (
|
|
||||||
set mm=%%a
|
|
||||||
set dd=%%b
|
|
||||||
set yy=%%c
|
|
||||||
)
|
|
||||||
set yyyy=20%yy:~-2%
|
|
||||||
|
|
||||||
:: Create daily folder
|
|
||||||
mkdir "%yyyy%-%mm%-%dd%"
|
|
||||||
echo Daily folder created: %yyyy%-%mm%-%dd%
|
|
||||||
|
|
||||||
pause
|
|
||||||
BIN
Assets/Synology D6 Tray - 4887288.zip
LFS
Normal file
BIN
Assets/Synology D6 Tray - 4887288.zip
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user