Forráskód Böngészése

docs: update Hexo.gitignore

Yunyang 8 hónapja
szülő
commit
fc32973012
1 módosított fájl, 4 hozzáadás és 7 törlés
  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*/