github.com/cosmos/cosmos-sdk@v0.50.10/.gitignore (about) 1 # OS 2 .DS_Store 3 *.swp 4 *.swo 5 *.swl 6 *.swm 7 *.swn 8 *.pyc 9 10 # private files 11 private[.-]* 12 private 13 14 # Build 15 vendor 16 build 17 dist 18 tools-stamp 19 buf-stamp 20 artifacts 21 22 # Go 23 go.work 24 go.work.sum 25 26 # Data - ideally these don't exist 27 baseapp/data/* 28 client/lcd/keys/* 29 .testnets 30 31 # Testing 32 coverage.out 33 coverage.txt 34 *profile.out 35 sim_log_file 36 x/genutil/config 37 x/genutil/data 38 *.fail 39 40 # Vagrant 41 .vagrant/ 42 *.box 43 *.log 44 vagrant 45 46 # IDE 47 .idea 48 *.iml 49 *.ipr 50 *.iws 51 .dir-locals.el 52 .vscode 53 54 # Depinject & Graphviz 55 dependency-graph.png 56 debug_container.dot 57 debug_container.log 58 59 # Latex 60 *.aux 61 *.out 62 *.synctex.gz 63 /x/genutil/config/priv_validator_key.json 64 /x/genutil/data/priv_validator_state.json