github.com/tuingking/flamingo@v0.0.0-20220403134817-2796ae0e84ca/.gitignore (about)

     1  ### Go template
     2  # Binaries for programs and plugins
     3  *.exe
     4  *.exe~
     5  *.dll
     6  *.so
     7  *.dylib
     8  bin
     9  example
    10  
    11  # Test binary, built with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  coverage.txt
    17  
    18  # OS
    19  .DS_Store
    20  
    21  # Dependency directories (remove the comment below to include it)
    22  vendor/
    23  
    24  ### Code Editor Files
    25  # GoLand
    26  .idea/
    27  # VSCode
    28  .vs
    29  .vscode/
    30  __debug_bin
    31  
    32  config/config.yaml
    33  docs/