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
16 lines
203 B
Plaintext
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/ |