forked from TrueCloudLab/frostfs-sdk-go
Add vendor directory to gitignore
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
317d4400a5
commit
6ad584e11d
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -11,8 +11,8 @@
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
# Dependency directories (remove the comment below to include it)
|
# Dependency directories
|
||||||
# vendor/
|
vendor/
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
.idea
|
.idea
|
||||||
|
|
Loading…
Reference in a new issue