gitignore: 只保留 updates/index.html
Some checks failed
Deploy skills-market-server / deploy (push) Has been cancelled

This commit is contained in:
hj 2026-04-01 17:40:35 +08:00
parent 48e999149c
commit f3cfd83544

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ node_modules/
.env .env
*.log *.log
scripts/ scripts/
/updates/*
!/updates/index.html