Files
wasmd/.gitignore
Simon Warta fcc8fadb0b Remove contract_tests
This binrary was added added 5 yeras ago in 2945a0510e but most
of that work was removed at some point.
2024-04-01 20:59:10 +02:00

48 lines
414 B
Plaintext

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