Add vendor to .gitignore
This commit is contained in:
parent
b699637ab7
commit
0db92ec50b
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -52,8 +52,8 @@ nbproject
|
||||||
#ignore things from transifex-client
|
#ignore things from transifex-client
|
||||||
venv/
|
venv/
|
||||||
|
|
||||||
#ignore git projects in vendor
|
#ignore Composer dependencies
|
||||||
vendor/**/.git
|
vendor
|
||||||
|
|
||||||
#ignore config files from JetBrains
|
#ignore config files from JetBrains
|
||||||
/.idea
|
/.idea
|
Loading…
Reference in a new issue