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 038a660 commit 3a3cf7fCopy full SHA for 3a3cf7f
community/Hexo.gitignore
@@ -1,25 +1,19 @@
1
# gitignore template for Hexo sites
2
+# website: https://hexo.io/
3
+# Recommended: Node.gitignore
4
+
5
# Ignore generated files and directories
-.DS_Store
6
.tmp*
7
dist/
8
public/
9
coverage/
10
-# Ignore dependencies and lock files
-node_modules/
11
+# Ignore temp files and lock files
12
tmp/
13
yarn.lock
14
package-lock.json
15
pnpm-lock.yaml
16
-# Ignore IDE specific files and directories
17
-.idea/
18
-.vscode
19
-
20
-# Ignore code coverage output
21
-.nyc_output/
22
23
# Add any additional patterns here
24
db.json
25
.deploy_git/
0 commit comments