github.com/hyperledger/aries-framework-go@v0.3.2/.gitignore (about)

     1  #
     2  # Copyright SecureKey Technologies Inc. All Rights Reserved.
     3  #
     4  # SPDX-License-Identifier: Apache-2.0
     5  #
     6  
     7  # Binaries for programs and plugins
     8  *.exe
     9  *.exe~
    10  *.dll
    11  *.so
    12  *.dylib
    13  *.wasm
    14  cmd/aries-js-worker/src/wasm_exec.js
    15  cmd/aries-agent-rest/aries-agent-rest
    16  
    17  # Editor and go temporary files & folders
    18  .swp
    19  vendor
    20  
    21  # Test binary, build with `go test -c`
    22  *.test
    23  # Generate test PKIs with `go generate`
    24  **/testdata/crypto/
    25  
    26  # Output of the go coverage tool, specifically when used with LiteIDE
    27  *.out
    28  .idea
    29  .DS_Store
    30  docs/build
    31  bin
    32  coverage.out
    33  
    34  # Exclude build directory
    35  build
    36  vc-test-suite
    37  test/bdd/db
    38  test/bdd/fixtures/keys/tls
    39  test/bdd/fixtures/demo/openapi/specs
    40  *.log
    41  profile.out
    42  
    43  # mobile related files
    44  cmd/aries-agent-mobile/build/