Add vendor directory to gitignore

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
Angira Kekteeva 2021-07-07 17:06:28 +03:00
parent 317d4400a5
commit 6ad584e11d

4
.gitignore vendored
View file

@ -11,8 +11,8 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Dependency directories
vendor/
# IDE
.idea