Skip to content

Commit d3aa582

Browse files
committed
add vendor folder to gitignore and _config.yml
1 parent 790278e commit d3aa582

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ _site
1111
.RData
1212
.bundle/
1313
.vendor/
14+
vendor/
1415
.docker-vendor/
1516
Gemfile.lock
1617
.*history

bin/boilerplate/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ exclude:
9393
- bin/
9494
- .Rproj.user/
9595
- .vendor/
96+
- vendor/
9697
- .docker-vendor/
9798

9899
# Turn on built-in syntax highlighting.

0 commit comments

Comments
 (0)