Преглед на файлове

docs: update Hexo.gitignore

Yunyang преди 8 месеца
родител
ревизия
fc32973012
променени са 1 файла, в които са добавени 4 реда и са изтрити 7 реда
  1. 4 7
      community/Hexo.gitignore

+ 4 - 7
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*/