github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/.dockerignore (about) 1 .dockerignore 2 build/ 3 Dockerfile 4 misc/ 5 docker-compose.yml 6 tests/docker-integration/ 7 8 # Copied from .gitignore 9 10 # Editor Leftovers 11 .DS_Store 12 .vscode 13 .idea 14 15 # Default node data 16 gnoland-data 17 genesis.json 18 19 # Build leftovers 20 build 21 22 # Legacy .gitignore 23 data/* 24 testdir 25 26 # Log + generation leftovers 27 *.tx 28 *.log.* 29 *.log 30 *.gno.gen.go 31 *.gno.gen_test.go 32 *.pb.go 33 pbbindings.go 34 *~ 35 .#* 36 *# 37 38 # Test coverage leftovers 39 cover.out 40 coverage.out