mirror of
https://github.com/github/gitignore
synced 2024-11-10 05:48:52 +01:00
20 lines
307 B
Plaintext
20 lines
307 B
Plaintext
# gitignore template for Hexo sites
|
|
# website: https://hexo.io/
|
|
# Recommended: Node.gitignore
|
|
|
|
# Ignore generated files and directories
|
|
.tmp*
|
|
dist/
|
|
public/
|
|
coverage/
|
|
|
|
# Ignore temp files and lock files
|
|
tmp/
|
|
yarn.lock
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
|
|
# Add any additional patterns here
|
|
db.json
|
|
.deploy_git/
|