15 lines
202 B
Text
15 lines
202 B
Text
|
# gitignore template for Hexo sites
|
||
|
# website: https://hexo.io/
|
||
|
# Recommended: Node.gitignore
|
||
|
|
||
|
# Ignore generated directory
|
||
|
public/
|
||
|
|
||
|
# Ignore temp files
|
||
|
tmp/
|
||
|
.tmp*
|
||
|
|
||
|
# additional files
|
||
|
db.json
|
||
|
.deploy*/
|