diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-26 00:53:22 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-30 19:38:22 +0100 |
commit | a8e82ba99adf1a2a34b136388b088dcfe60d9593 (patch) | |
tree | 567a509fe479ca4d8ed638c06dc54356caa3890f /.gitignore | |
parent | ad3b8da957176360566d678437e10284fc1b8f2c (diff) |
Prepare project structure
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23f8e8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/.bundle/ +/.yardoc/ +/coverage/ +/doc/ +/pkg/ +/tmp/ +Gemfile.lock +*.bundle +*.gem |