Add /vendor to .gitignore

This folder is created by running `bundle install`
This commit is contained in:
nonamethanks
2022-04-09 14:53:06 +02:00
parent a4659b4d09
commit 0c6994f487

1
.gitignore vendored
View File

@@ -14,6 +14,7 @@ public/data/
public/packs-test/ public/packs-test/
public/packs/ public/packs/
test/reports/ test/reports/
/vendor/
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored # https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/* .yarn/*