laconicd/.gitignore
crypto-facs fd0e62a067
imp(tests): integration tests setup (#1196)
* first pass

* latest

* working tests

* github actions

* remove unnecessary change

* remove unnecessary steps

* remove unnecessary import

* remove unnecessary change

* Update .github/workflows/test.yml

Co-authored-by: yihuang <huang@crypto.com>

* update .gitignore

* update github actions

* change evm denomination

* change evm denomination

* send tests to tests folder

* Delete result

* update go version

Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-07-27 13:27:07 +00:00

77 lines
698 B
Plaintext

# OS
.DS_Store
*.swp
*.swo
*.swl
*.swm
*.swn
.vscode
.idea
*.pyc
*.exe
*.exe~
*.dll
*.so
*.dylib
.dccache
# Build
*.test
.glide/
vendor
build
bin
tools/bin/*
docs/_build
docs/tutorial
docs/node_modules
docs/modules
dist
tools-stamp
docs-tools-stamp
proto-tools-stamp
golangci-lint
keyring_test_cosmos
./**/node_modules
./**/dist
secret.yml
# vue/
# Local docker volume mappings
localnet-setup
# Testing
coverage.txt
*.out
sim_log_file
tests/**/tmp/*
yarn.lock
# Vagrant
.vagrant/
*.box
*.log
vagrant
# IDE
.idea/
*.iml
# Graphviz
dependency-graph.png
# Latex
*.aux
*.out
*.synctex.gz
# Contracts
*.bin
*.abi
# Node.js
tests/**/node_modules/*
tests-solidity/**/node_modules/*
# Nix
/result