craftbeerpi4-pione/.gitignore
prash3r 2f085965c7 extends cbpi-dev-config to be a complete set.
cbpi requires empty folders inside the config folder to fully function, and this commit adds them.
There are also some more extensive checks on missing files and folders newly implemented.
As well as checking for restored_config.zip is now done before checking for config.yaml.
On unsuccessfull restore the zip file is renamed instead of deleted.
2022-09-02 17:00:50 +02:00

21 lines
No EOL
216 B
Text

*.pyc
docs_src/build/
build
dist
.idea
*.log
cbpi.egg-info
cbpi4.egg-info
log
venv
cbpi/extension/ui
node_modules
.DS_STORE
.DS_Store
.vscode
.venv*
.DS_Store
config/*
logs/
.coverage
.devcontainer/cbpi-dev-config/*