storj.io/uplink@v1.13.0/.gitignore (about)

     1  # Mac OS X files
     2  .DS_Store
     3  
     4  # Binaries for programs and plugins
     5  *.exe
     6  *.dll
     7  *.so
     8  *.dylib
     9  *.db
    10  
    11  # Test binary, build with `go test -c`
    12  *.test
    13  *.prof
    14  
    15  # Output of the go coverage tool, specifically when used with LiteIDE
    16  *.out
    17  
    18  # VSCode
    19  /.vscode
    20  debug
    21  
    22  # Visual Studio
    23  /.vs
    24  
    25  # Jetbrains
    26  .idea/
    27  
    28  *.coverprofile
    29  *.log
    30  
    31  /release/
    32  *.swp
    33  /bin
    34  resource.syso
    35  
    36  *.resource.go
    37  /.build/