diff -r c040f992052f -r 1c52a0eeb952 vendor/github.com/spf13/viper/.gitignore --- a/vendor/github.com/spf13/viper/.gitignore Wed Sep 18 19:17:42 2019 +0200 +++ b/vendor/github.com/spf13/viper/.gitignore Sun Feb 16 18:54:01 2020 +0100 @@ -1,24 +1,20 @@ -# Compiled Object files, Static and Dynamic libs (Shared Objects) -*.o -*.a -*.so - -# Folders -_obj -_test +/bin/ +/build/ +/var/ +/vendor/ -# Architecture specific extensions/prefixes -*.[568vq] -[568vq].out - -*.cgo1.go -*.cgo2.c -_cgo_defun.c -_cgo_gotypes.go -_cgo_export.* - -_testmain.go - -*.exe -*.test -*.bench \ No newline at end of file +# IDE integration +/.vscode/* +!/.vscode/launch.json +!/.vscode/tasks.json +/.idea/* +!/.idea/codeStyles/ +!/.idea/copyright/ +!/.idea/dataSources.xml +!/.idea/*.iml +!/.idea/externalDependencies.xml +!/.idea/go.imports.xml +!/.idea/modules.xml +!/.idea/runConfigurations/ +!/.idea/scopes/ +!/.idea/sqldialects.xml