github.com/nats-io/nsc@v0.0.0-20221206222106-35db9400b257/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  .DS_Store
     8  
     9  # Test binary, build with `go test -c`
    10  *.test
    11  /build/
    12  cov/
    13  .idea/
    14  .vscode/
    15  coverage.out
    16  
    17  /nsc
    18  /vendor/