Files
blog/.gitignore

42 lines
744 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Hugo 生成的静态站点目录(一般不提交,用于部署)
/public/
content/posts/[0-9][0-9][0-9][0-9]/
# 本地预览时自动生成的资源文件夹
/resources/_gen/
assets/jsconfig.json
# Hugo 缓存文件(模块缓存、临时文件等)
.hugo_build.lock
.hugo_cache/
.hugo_build/
# 操作系统生成的临时文件Windows, macOS, Linux
.DS_Store
Thumbs.db
ehthumbs.db
desktop.ini
# IDE 与编辑器相关文件
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Node.js 相关依赖(如果有使用 npm 管理依赖)
node_modules/
package-lock.json
yarn.lock
# 其他临时文件或敏感信息
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# 临时文件
*.tmp
*.log