Skip to content

Commit 33243d9

Browse files
authored
Merge pull request #4485 from SunnyCloudYang/main
Create Hexo.gitignore
2 parents c22fd08 + aa39d37 commit 33243d9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

community/Hexo.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# gitignore template for Hexo sites
2+
# website: https://hexo.io/
3+
# Recommended: Node.gitignore
4+
5+
# Ignore generated directory
6+
public/
7+
8+
# Ignore temp files
9+
tmp/
10+
.tmp*
11+
12+
# additional files
13+
db.json
14+
.deploy*/

0 commit comments

Comments
 (0)