Add Hexo.gitignore
This commit is contained in:
parent
8779ee73af
commit
14be7ece29
22
community/Hexo.gitignore
Normal file
22
community/Hexo.gitignore
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# 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
|
Loading…
Reference in New Issue
Block a user