diff options
-rw-r--r-- | community/Hexo.gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore new file mode 100644 index 00000000..570a5e7b --- /dev/null +++ b/community/Hexo.gitignore @@ -0,0 +1,14 @@ +# 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*/ |