diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-10 13:43:51 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-10 14:19:40 +0900 |
commit | 68cc663ac83a1013a8511a809f2a85914871da15 (patch) | |
tree | 717a11fc04420cbe945a9e185fda173cc5057312 /docs/.gitignore | |
parent | ad457fbf4a6ca4545dc7ab1a5022226d138a58bc (diff) |
Add Gemfile
Diffstat (limited to 'docs/.gitignore')
-rw-r--r-- | docs/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..5ceb7ec --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,3 @@ +/.bundle +/_site/ +/vendor/bundle/ |