1
0
mirror of https://github.com/github/gitignore synced 2025-01-07 04:04:39 +01:00
gitignore/community/Hexo.gitignore

18 lines
288 B
Plaintext
Raw Normal View History

2024-07-17 16:34:18 +08:00
# gitignore template for Hexo sites
2024-07-17 16:53:33 +08:00
# website: https://hexo.io/
# Recommended: Node.gitignore
2024-07-17 16:34:18 +08:00
# Ignore generated files and directories
.tmp*
2024-07-17 16:37:58 +08:00
public/
2024-07-17 16:34:18 +08:00
2024-07-17 16:53:33 +08:00
# Ignore temp files and lock files
2024-07-17 16:34:18 +08:00
tmp/
yarn.lock
package-lock.json
pnpm-lock.yaml
2024-07-17 16:37:58 +08:00
# Add any additional patterns here
db.json
2024-08-31 13:33:36 +08:00
.deploy*/