diff options
author | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-08-03 17:14:05 +0800 |
---|---|---|
committer | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-08-03 17:14:05 +0800 |
commit | cd3a8163dd997d0a7c4d320816651efa8f7dce60 (patch) | |
tree | 1743e73366ab4926f697a8893999bd0b63169f9e /.gitignore |
chore(all): initial commit
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..867d379 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.gem +.bundle +.sass-cache +_site +Gemfile.lock |