dcs_liberation/.gitignore
Dan Albert 9e6b1cf716 Move logging config to a file.
By default logging configuration is defined by
resources/default_logging.yaml. Very noisy loggers (like the
uvicorn.access logger) are kept out of the console and UI logs by
default. Developers (or weird users) can customize their default logging
config by copying the file to resources/logging.yaml and editing as
needed. It would be preferable to load this file form the Liberation
user directory, but because first-time initialization requires the UI,
we want to configure logging before we necessarily know where to find
that.
2022-02-20 14:17:44 -08:00

22 lines
229 B
Plaintext

*.pyc
__pycache__
build/**
resources/payloads/*.lua
venv
.DS_Store
.vscode/settings.json
dist/**
# User-specific stuff
.idea/
.env
env/
/kneeboards
/liberation_preferences.json
/state.json
/logs/
/resources/logging.yaml
*.psd