diff options
author | Jared Norman <jared@super.gd> | 2018-12-30 15:53:31 -0800 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2018-12-30 16:11:29 -0800 |
commit | be044a6bbc2bca4f36d6f94968602cb148659e6c (patch) | |
tree | 456c8582debebcfbe87442e61c63b38ede7117d0 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b04a8c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +/.bundle/ +/.yardoc +/_yardoc/ +/coverage/ +/doc/ +/pkg/ +/spec/reports/ +/tmp/ + +# rspec failure tracking +.rspec_status |