vendor/github.com/spf13/viper/.gitignore
changeset 251 1c52a0eeb952
parent 242 2a9ec03fe5a1
child 256 6d9efbef00a9
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
     1 # Compiled Object files, Static and Dynamic libs (Shared Objects)
     1 /bin/
     2 *.o
     2 /build/
     3 *.a
     3 /var/
     4 *.so
     4 /vendor/
     5 
     5 
     6 # Folders
     6 # IDE integration
     7 _obj
     7 /.vscode/*
     8 _test
     8 !/.vscode/launch.json
     9 
     9 !/.vscode/tasks.json
    10 # Architecture specific extensions/prefixes
    10 /.idea/*
    11 *.[568vq]
    11 !/.idea/codeStyles/
    12 [568vq].out
    12 !/.idea/copyright/
    13 
    13 !/.idea/dataSources.xml
    14 *.cgo1.go
    14 !/.idea/*.iml
    15 *.cgo2.c
    15 !/.idea/externalDependencies.xml
    16 _cgo_defun.c
    16 !/.idea/go.imports.xml
    17 _cgo_gotypes.go
    17 !/.idea/modules.xml
    18 _cgo_export.*
    18 !/.idea/runConfigurations/
    19 
    19 !/.idea/scopes/
    20 _testmain.go
    20 !/.idea/sqldialects.xml
    21 
       
    22 *.exe
       
    23 *.test
       
    24 *.bench