gitignore: oops, only ignore top level "vendor" dir.
This commit is contained in:
parent
107e08d1df
commit
ef737fd406
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,7 +2,7 @@
|
|||
.idea/
|
||||
app/cache/
|
||||
node_modules/
|
||||
vendor/
|
||||
/vendor
|
||||
*.lock
|
||||
|
||||
app/data/*
|
||||
|
|
|
|||
Reference in a new issue