Add vendor to .gitignore

This commit is contained in:
Hypolite Petovan 2018-01-16 16:50:56 -05:00
parent b699637ab7
commit 0db92ec50b
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -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