Add /vendor/bundle in .gitignore

This commit is contained in:
Guillaume Dott 2019-06-13 12:18:00 +02:00
parent ba4b257d20
commit fadf3b04cc

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
/.bundle/
/Gemfile.lock
/tmp/
/vendor/bundle
*.bundle
*.map
.sass-cache