Browse Source

gitignore: add vendor from `bundle install` (#1075)

gitignore: add vendor from `bundle install`
Jasper van Merle 6 years ago
parent
commit
a7a4e6f5b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -7,3 +7,4 @@ public/fonts
 public/docs/**/*
 docs/**/*
 !docs/*.md
+vendor