mirror of
https://github.com/github/gitignore
synced 2024-11-10 05:48:52 +01:00
26 lines
378 B
Plaintext
26 lines
378 B
Plaintext
# gitignore template for Hexo sites
|
|
# Ignore generated files and directories
|
|
.DS_Store
|
|
.tmp*
|
|
dist/
|
|
public/
|
|
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
|
|
db.json
|
|
.deploy_git/
|