diff options
Diffstat (limited to 'vendor/github.com/spf13/viper/.gitignore')
-rw-r--r-- | vendor/github.com/spf13/viper/.gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vendor/github.com/spf13/viper/.gitignore b/vendor/github.com/spf13/viper/.gitignore index 352a34a5..01b5c44b 100644 --- a/vendor/github.com/spf13/viper/.gitignore +++ b/vendor/github.com/spf13/viper/.gitignore @@ -21,4 +21,9 @@ _testmain.go *.exe *.test -*.bench
\ No newline at end of file +*.bench + +.vscode + +# exclude dependencies in the `/vendor` folder +vendor |