1
0
mirror of https://github.com/github/gitignore synced 2024-09-20 06:41:45 +02: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*/