5d83122b17
This change introduces logic for the config init subcommand, which generates an airshipctl configuration file with default values. The default values are extracted from constants and change when the source code is updated. Closes #6 Change-Id: I452e26bc5a924f0cdcd3153a9b124d23e2e5b1f0 Signed-off-by: Drew Walters <andrew.walters@att.com>
26 lines
279 B
Plaintext
26 lines
279 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/
|
|
|
|
# Test binary, build wiith `go test -c`
|
|
*.test
|
|
*.example
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
.coverage/
|
|
|
|
# Various user specific files
|
|
.DS_Store
|
|
.idea/
|
|
.vimrc
|
|
*.swp
|
|
.vscode/
|
|
|
|
# Sphinx build venv
|
|
venv/
|