Skip to content

Commit

Permalink
feat: add vendor to gitignore
Browse files Browse the repository at this point in the history
This allow users who don't want to globally install gems to install them locally
without being versionned.
  • Loading branch information
sylvainmetayer committed Nov 20, 2018
1 parent a2fab8f commit 9117888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
_site
.sass-cache
Gemfile.lock
.bundle
vendor/

0 comments on commit 9117888

Please sign in to comment.