190a0a4cdb
修改build-and-publish.bat脚本临时禁用Git SSL验证以提高兼容性 清理.gitignore文件,移除不再需要的资源路径并优化注释结构
19 lines
252 B
Plaintext
19 lines
252 B
Plaintext
**/node_modules
|
|
|
|
docs/.vuepress/.cache
|
|
docs/.vuepress/.temp
|
|
docs/.vuepress/dist
|
|
|
|
.trae/
|
|
.DS_Store
|
|
*.log
|
|
|
|
# Build and Publish output
|
|
_publish/
|
|
|
|
# Local resources storage (not uploaded)
|
|
resources/
|
|
|
|
# Ensure .gitkeep files are always tracked
|
|
!**/.gitkeep
|