github.com/vchain-us/vcn@v0.9.11-0.20210921212052-a2484d23c0b3/.gitignore (about)

     1  # Module's vendor directory
     2  vendor
     3  
     4  # Binaries for programs and plugins
     5  *.exe
     6  *.exe~
     7  *.dll
     8  *.so
     9  *.dylib
    10  
    11  # Test binary, build with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  
    17  # mac
    18  .DS_Store
    19  
    20  # Compiled binaries
    21  /vcn
    22  /dist
    23  
    24  # IntelliJ
    25  *.iml
    26  .idea/
    27  
    28  # vscode
    29  .vscode/
    30  
    31  # Vim
    32  *.swp
    33  
    34  # precommit
    35  .pre-commit-config.yaml