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

26 lines
378 B
Plaintext
Raw Normal View History

2024-07-17 10:34:18 +02:00
# gitignore template for Hexo sites
# Ignore generated files and directories
.DS_Store
.tmp*
dist/
2024-07-17 10:37:58 +02:00
public/
2024-07-17 10:34:18 +02:00
coverage/
# Ignore dependencies and lock files
node_modules/
tmp/
yarn.lock
package-lock.json
pnpm-lock.yaml
# Ignore IDE specific files and directories
.idea/
.vscode
# Ignore code coverage output
.nyc_output/
2024-07-17 10:37:58 +02:00
# Add any additional patterns here
db.json
.deploy_git/