Updating .gitignore file to include bundler related stuff.
This commit is contained in:
parent
925f2b7278
commit
7dbe179f95
|
@ -1,6 +1,8 @@
|
||||||
._*
|
._*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.yardoc
|
.yardoc
|
||||||
|
.bundle
|
||||||
|
Gemfile.lock
|
||||||
coverage
|
coverage
|
||||||
doc
|
doc
|
||||||
heckling
|
heckling
|
||||||
|
|
Loading…
Reference in New Issue