github.com/trustbloc/kms-go@v1.1.2/.gitignore (about) 1 # 2 # Copyright Gen Digital 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 *.wasm.gz 15 16 # Editor and go temporary files & folders 17 .swp 18 vendor 19 20 # Test binary, build with `go test -c` 21 *.test 22 23 # Output of the go coverage tool, specifically when used with LiteIDE 24 *.out 25 .idea 26 .DS_Store 27 28 coverage.txt 29 30 # Exclude build directory 31 .build 32 *.log 33 34 node_modules 35 dist 36 build 37 umd 38