gitignore: Ignore vendor output
This commit is contained in:
parent
dbf8625378
commit
03eb1b4771
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -6,3 +6,6 @@
|
|||
/package-lock.json
|
||||
/tmp
|
||||
node_modules
|
||||
|
||||
# Vendor output
|
||||
/vendor/
|
||||
|
|
Loading…
Reference in a new issue