mirror of
https://github.com/spf13/viper
synced 2025-05-08 05:07:21 +00:00
Include the `Gopkg.toml` and `Gopkg.lock` files that were produced by `dep init`. Exclude the `vendor` folder from the git repo Fixes #413 Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
27 lines
No EOL
321 B
Text
27 lines
No EOL
321 B
Text
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.bench
|
|
|
|
# exclude dependencies in the `/vendor` folder
|
|
vendor |