We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e624f85 commit fc32973Copy full SHA for fc32973
community/Hexo.gitignore
@@ -2,16 +2,13 @@
2
# website: https://hexo.io/
3
# Recommended: Node.gitignore
4
5
-# Ignore generated files and directories
6
-.tmp*
+# Ignore generated directory
7
public/
8
9
-# Ignore temp files and lock files
+# Ignore temp files
10
tmp/
11
-yarn.lock
12
-package-lock.json
13
-pnpm-lock.yaml
+.tmp*
14
15
-# Add any additional patterns here
+# additional files
16
db.json
17
.deploy*/
0 commit comments