* init work netbox * add basic conf * add containers * fix secret * add some config options * fix secret and add mail * add more options * add redis username * add more options * comment out some dummy configs and remove redis username * try different url * indentaion * whoops * whoops again * time as int * execute bit on config.py * hmm * notes about healthchecks * mount file wth numerical order * add more options * whops * more op[tions * no ldap for now * precommit * healktcheck path * * allowed hosts on CI * wait for main container * update questions and additional containers startup cmd * finish UI and update Plugins * increase first probe delay on startup * add some output.. * prec-mmit * juggle versions * add metrics * ffs * update logging a bit
31 lines
445 B
Plaintext
31 lines
445 B
Plaintext
# Patterns to ignore when building packages.
|
|
# This supports shell glob matching, relative path matching, and
|
|
# negation (prefixed with !). Only one pattern per line.
|
|
.DS_Store
|
|
# Common VCS dirs
|
|
.git/
|
|
.gitignore
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
# Common backup files
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|
|
.vscode/
|
|
# OWNERS file for Kubernetes
|
|
OWNERS
|
|
# helm-docs templates
|
|
*.gotmpl
|
|
# docs folder
|
|
/docs
|
|
# icon
|
|
icon.png
|