diff options
author | Devin Dooley <dooleydevin@github.com> | 2024-08-31 16:05:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-31 16:05:20 -0700 |
commit | 33243d9491911332228307c915ff95707791a91f (patch) | |
tree | 35dfebd0186381b33e3bc3a4e38fd5e792611a17 | |
parent | c22fd083e7a8ea61a50df38ad1cde56cabe191a0 (diff) | |
parent | aa39d376294fec07a175aca14afd7784dbc15ac6 (diff) | |
download | gitignore-33243d9491911332228307c915ff95707791a91f.tar.gz gitignore-33243d9491911332228307c915ff95707791a91f.zip |
Merge pull request #4485 from SunnyCloudYang/main
Create Hexo.gitignore
-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*/ |