diff options
author | clarkzjw <[email protected]> | 2023-02-28 21:43:39 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-28 21:43:39 -0800 |
commit | 6a77e4e0494e14fdbe1cb7847d2880132714d568 (patch) | |
tree | cef4044c9a6e9b2fa5ac1cc04032a01d710b94cb /.gitignore | |
download | photo-6a77e4e0494e14fdbe1cb7847d2880132714d568.tar.gz |
[Forked]
Forked and modified from [muan/site](https://muan.co).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fafa5b5 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,5 @@ | |||
1 | _drafts/ | ||
2 | _site/ | ||
3 | .DS_Store | ||
4 | .ruby-version | ||
5 | .jekyll-cache/ | ||