1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00
gitignore/community/Hexo.gitignore
2024-08-31 13:33:36 +08:00

18 lines
288 B
Plaintext

# gitignore template for Hexo sites
# website: https://hexo.io/
# Recommended: Node.gitignore
# Ignore generated files and directories
.tmp*
public/
# Ignore temp files and lock files
tmp/
yarn.lock
package-lock.json
pnpm-lock.yaml
# Add any additional patterns here
db.json
.deploy*/