diff options
author | Yunyang <sunnycloudyang@outlook.com> | 2024-08-31 15:23:56 +0800 |
---|---|---|
committer | Yunyang <sunnycloudyang@outlook.com> | 2024-08-31 15:23:56 +0800 |
commit | fc32973012b09f311b78ef39065172de4c35e0d1 (patch) | |
tree | 053563a1d0678adda0e595baabfffa7dfbc4a7a7 /community/Hexo.gitignore | |
parent | e624f8594a9d3594a5d31791c843fd3eea3cbe78 (diff) | |
download | gitignore-fc32973012b09f311b78ef39065172de4c35e0d1.tar.gz gitignore-fc32973012b09f311b78ef39065172de4c35e0d1.zip |
docs: update Hexo.gitignore
Diffstat (limited to 'community/Hexo.gitignore')
-rw-r--r-- | community/Hexo.gitignore | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore index 8b4c6458..570a5e7b 100644 --- a/community/Hexo.gitignore +++ b/community/Hexo.gitignore @@ -2,16 +2,13 @@ # website: https://hexo.io/ # Recommended: Node.gitignore -# Ignore generated files and directories -.tmp* +# Ignore generated directory public/ -# Ignore temp files and lock files +# Ignore temp files tmp/ -yarn.lock -package-lock.json -pnpm-lock.yaml +.tmp* -# Add any additional patterns here +# additional files db.json .deploy*/ |