1
0
mirror of https://github.com/github/gitignore synced 2024-09-20 14:51:47 +02:00
gitignore/community/Hexo.gitignore

20 lines
307 B
Plaintext
Raw Normal View History

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