Files
treasuremap/.gitignore
T
Danny Massa a656374c16 Added Health Checks to the troubleshooting guide
Added information about health checks that can be used to verify
deployment of airship 2. Also made two additions to .gitignore
to refrain from tracking Sphinx build files and IDE files.

Change-Id: Icbf39860e9e137261b302ad5649fb48b095f6220
2020-05-22 10:53:31 -05:00

16 lines
203 B
Plaintext

# output for generated manifest
peggles/
# Unit test / coverage reports
.tox/
config-ssh
# Sphinx Build Files
_build
# Various user specific files
.DS_Store
.idea/
.vimrc
*.swp
.vscode/