github.com/Finschia/ostracon@v1.1.5/.gitignore (about) 1 *.swp 2 *.swo 3 .bak 4 *.bak 5 .DS_Store 6 build/* 7 ./abci-cli 8 rpc/test/.ostracon 9 .ostracon 10 remote_dump 11 .revision 12 vendor 13 .vagrant 14 vagrant 15 test/e2e/build 16 test/maverick/maverick 17 test/e2e/networks/*/ 18 test/p2p/data/ 19 test/app/grpc_client 20 test/logs 21 coverage.txt 22 docs/_build 23 docs/dist 24 docs/.vuepress/dist 25 docs/package-lock.json # To avoid security notifications. If the time comes to use VuePress, activate this. 26 *.log 27 docs/node_modules/ 28 docs/.vuepress/public/rpc 29 index.html.md 30 node/data 31 32 scripts/wal2json/wal2json 33 scripts/cutWALUntil/cutWALUntil 34 35 .idea/ 36 *.iml 37 38 .vscode/ 39 40 libs/pubsub/query/fuzz_test/output 41 shunit2 42 43 .ostracon-lite 44 addrbook.json 45 46 */vendor 47 .vendor-new/ 48 */.glide 49 .terraform 50 terraform.tfstate 51 terraform.tfstate.backup 52 terraform.tfstate.d 53 profile\.out 54 test/app/grpc_client 55 test/loadtime/build 56 test/e2e/build 57 test/e2e/networks/*/ 58 test/logs 59 test/maverick/maverick 60 test/p2p/data/ 61 vendor 62 test/fuzz/**/corpus 63 test/fuzz/**/crashers 64 test/fuzz/**/suppressions 65 test/fuzz/**/*.zip 66 *.aux 67 *.bbl 68 *.blg 69 *.pdf 70 *.gz 71 *.dvi 72 # Python virtual environments 73 .venv