github.com/iotexproject/iotex-core@v1.14.1-rc1/.gitignore (about) 1 .idea 2 *.iml 3 *.db 4 5 .cache 6 .vscode 7 8 *.DS_Store 9 .AppleDouble 10 .LSOverride 11 12 # profiling output 13 pprof* 14 15 # Binaries for programs and plugins 16 *.a 17 *.exe 18 *.dll 19 *.dylib 20 *.pyc 21 22 # Test binary, build with `go test -c` 23 data/* 24 *.test 25 *.gz 26 27 #git patch 28 *.patch 29 30 # Output of the go coverage tool, specifically when used with LiteIDE 31 *.out 32 33 # wallet date file 34 *.dat 35 36 # binary 37 bin/* 38 */release 39 coverage.txt 40 *.log 41 .editorconfig 42