* build(deps): Bump github.com/golangci/golangci-lint Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.48.0...v1.49.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * updates Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
63 lines
664 B
Plaintext
63 lines
664 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
|
|
docs/run-node/cosmovisor.md
|
|
dist
|
|
tools-stamp
|
|
buf-stamp
|
|
artifacts
|
|
|
|
# Go
|
|
go.work.sum
|
|
|
|
# Data - ideally these don't exist
|
|
baseapp/data/*
|
|
client/lcd/keys/*
|
|
.testnets
|
|
|
|
# Testing
|
|
coverage.txt
|
|
profile.out
|
|
sim_log_file
|
|
x/genutil/config
|
|
x/genutil/data
|
|
|
|
# Vagrant
|
|
.vagrant/
|
|
*.box
|
|
*.log
|
|
vagrant
|
|
|
|
# IDE
|
|
.idea
|
|
*.iml
|
|
.dir-locals.el
|
|
.vscode
|
|
|
|
# Graphviz
|
|
dependency-graph.png
|
|
debug_container.dot
|
|
|
|
# Latex
|
|
*.aux
|
|
*.out
|
|
*.synctex.gz
|
|
/x/genutil/config/priv_validator_key.json
|
|
/x/genutil/data/priv_validator_state.json |