* ignore vendor/* (bundle|cache) -- any issues with this, feel free
to revert
This commit is contained in:
parent
8cfe032dc2
commit
bf9e26ae3f
|
|
@ -1,7 +1,8 @@
|
||||||
.idea
|
.idea
|
||||||
*~
|
*~
|
||||||
*.swp
|
*.swp
|
||||||
*/vendor/*
|
*/vendor/bundle
|
||||||
|
*/vendor/cache
|
||||||
HTML
|
HTML
|
||||||
.DS_Store
|
.DS_Store
|
||||||
coverage/
|
coverage/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue