diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-12 02:15:07 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-12 02:15:07 -0600 |
| commit | c533889f1ed086ce90206cfffe37d371fc02c5d3 (patch) | |
| tree | 3856f74b386feca1a60f49e7750522579c276088 /.gitignore | |
| parent | 9d78947447777f84ec17e3f9947127aac9e4203c (diff) | |
update gitignore [skip ci]
- ignore root /pkg/
- reference /.bundle/ as directory
- add root /vendor/
- drop obsolete /shippable/
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -pkg/ /Gemfile.lock -/.bundle +/.bundle/ /*.gem /*.html /.idea/ /.ruby-gemset /.ruby-version /.yardoc/ +/pkg/ /rdoc/ -/shippable/ +/vendor/ |
