aboutsummaryrefslogtreecommitdiffstats
path: root/community/Hexo.gitignore
diff options
context:
space:
mode:
authorYunyang <sunnycloudyang@outlook.com>2024-08-31 15:23:56 +0800
committerYunyang <sunnycloudyang@outlook.com>2024-08-31 15:23:56 +0800
commitfc32973012b09f311b78ef39065172de4c35e0d1 (patch)
tree053563a1d0678adda0e595baabfffa7dfbc4a7a7 /community/Hexo.gitignore
parente624f8594a9d3594a5d31791c843fd3eea3cbe78 (diff)
downloadgitignore-fc32973012b09f311b78ef39065172de4c35e0d1.tar.gz
gitignore-fc32973012b09f311b78ef39065172de4c35e0d1.zip
docs: update Hexo.gitignore
Diffstat (limited to 'community/Hexo.gitignore')
-rw-r--r--community/Hexo.gitignore11
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*/