cosmos-sdk/.gitignore
Amaury a8ef4a380d
All Makefile proto commands use Docker (#7931)
* Update tooling around docker

* Run commands

* Remove swagger gen for now

* Update proto-gen-any

* Fix indentn

* Use CURDIR

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2020-11-13 16:36:58 +00:00

55 lines
483 B
Plaintext

# OS
.DS_Store
*.swp
*.swo
*.swl
*.swm
*.swn
*.pyc
# private files
private[.-]*
private
# Build
vendor
build
docs/_build
docs/tutorial
docs/node_modules
docs/modules
dist
tools-stamp
buf-stamp
artifacts
# Data - ideally these don't exist
baseapp/data/*
client/lcd/keys/*
mytestnet
# Testing
coverage.txt
profile.out
sim_log_file
# Vagrant
.vagrant/
*.box
*.log
vagrant
# IDE
.idea
*.iml
.dir-locals.el
.vscode
# Graphviz
dependency-graph.png
# Latex
*.aux
*.out
*.synctex.gz