diff options
author | clarkzjw <[email protected]> | 2023-03-01 19:14:59 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-03-01 20:21:47 -0800 |
commit | 375c0d2544b20124a8cf497819006e01cd217225 (patch) | |
tree | 8984bf464561722f33dd15f60a7872ff1aa71912 /.gitignore | |
parent | f87fef5388ca419f79c4750810e302cedfc310f5 (diff) | |
download | photo-375c0d2544b20124a8cf497819006e01cd217225.tar.gz |
host photos.json on cloudflare r2
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,5 @@ | |||
1 | database/ | 1 | .idea/ |
2 | bot/database/ | ||
2 | env | 3 | env |
3 | _drafts/ | 4 | _drafts/ |
4 | _site/ | 5 | _site/ |
@@ -6,3 +7,4 @@ _site/ | |||
6 | .ruby-version | 7 | .ruby-version |
7 | .jekyll-cache/ | 8 | .jekyll-cache/ |
8 | .venv/ | 9 | .venv/ |
10 | _data/photos.json | ||