1
0
mirror of https://github.com/github/gitignore synced 2024-11-10 05:48:52 +01:00
gitignore/community/Hexo.gitignore

22 lines
348 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/
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/
# Add any additional patterns here