cosmos-sdk/.gitignore

56 lines
511 B
Plaintext
Raw Normal View History

2018-03-31 09:05:15 -07:00
# OS
2018-03-19 06:15:47 -07:00
.DS_Store
*.swp
*.swo
*.swl
*.swm
*.swn
*.pyc
2018-03-31 09:05:15 -07:00
# private files
private[.-]*
private
2018-03-31 09:05:15 -07:00
# Build
2017-01-14 20:42:47 -08:00
vendor
build
2018-03-31 09:05:15 -07:00
docs/_build
docs/tutorial
docs/node_modules
docs/modules
docs: fix cosmovisor quickstart (backport #9730) (#9789) * docs: fix cosmovisor quickstart (#9730) ## Description <!-- Add a description of the changes that this PR introduces and the files that are the most critical to review. --> Automatically create a copy of [Cosmovisor Quickstart](https://docs.cosmos.network/v0.43/run-node/cosmovisor.html) from [Cosmovisor README](https://github.com/cosmos/cosmos-sdk/blob/master/cosmovisor/README.md) and minor fixes to Cosmovisor README. --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [x] included the correct `docs:` prefix in the PR title - [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting)) - [x] provided a link to the relevant issue or specification - [x] followed the [documentation writing guidelines](https://github.com/cosmos/cosmos-sdk/blob/master/docs/DOC_WRITING_GUIDELINES.md) - [ ] reviewed "Files changed" and left comments if necessary - [ ] confirmed all CI checks have passed ### Reviewers Checklist *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] confirmed the correct `docs:` prefix in the PR title - [ ] confirmed all author checklist items have been addressed - [ ] confirmed that this PR only changes documentation - [ ] reviewed content for consistency - [ ] reviewed content for thoroughness - [ ] reviewed content for spelling and grammar - [ ] tested instructions (if applicable) (cherry picked from commit bf049d36d1f955302f0f4aacadb773a90496813c) # Conflicts: # docs/run-node/cosmovisor.md * fix conflicts Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
2021-07-28 02:27:49 -07:00
docs/run-node/cosmovisor.md
dist
tools-stamp
buf-stamp
2020-09-16 03:08:42 -07:00
artifacts
2018-03-31 09:05:15 -07:00
# Data - ideally these don't exist
2018-01-22 05:48:13 -08:00
baseapp/data/*
client/lcd/keys/*
mytestnet
2018-03-31 09:05:15 -07:00
# Testing
coverage.txt
profile.out
sim_log_file
2018-01-18 03:30:05 -08:00
2018-06-01 22:50:41 -07:00
# Vagrant
2018-01-18 03:30:05 -08:00
.vagrant/
*.box
*.log
vagrant
2018-06-01 22:50:41 -07:00
2018-06-21 17:19:14 -07:00
# IDE
.idea
2018-06-21 17:19:14 -07:00
*.iml
.dir-locals.el
.vscode
2018-06-21 17:19:14 -07:00
2018-06-01 22:50:41 -07:00
# Graphviz
dependency-graph.png
# Latex
*.aux
*.out
*.synctex.gz