gitlab.com/flarenetwork/coreth@v0.1.1/.gitignore (about) 1 ./main 2 3 *.log 4 *~ 5 .DS_Store 6 7 awscpu 8 9 # Binaries for programs and plugins 10 *.exe 11 *.exe~ 12 *.dll 13 *.so 14 *.dylib 15 *.profile 16 17 # Test binary, build with `go test -c` 18 *.test 19 20 # Output of the go coverage tool, specifically when used with LiteIDE 21 *.out 22 23 # ignore GoLand metafiles directory 24 .idea/ 25 26 *logs/ 27 28 .vscode* 29 30 *.pb* 31 32 db* 33 34 *cpu[0-9]* 35 *mem[0-9]* 36 *lock[0-9]* 37 *.profile 38 *.swp 39 *.aux 40 *.fdb* 41 *.fls 42 *.gz 43 44 .coverage 45 46 bin/ 47 build/