mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Apparently the fact that I want the coverage report to be XML isn't enough of a hint that I want coverage.
27 lines
293 B
Plaintext
27 lines
293 B
Plaintext
*.pyc
|
|
__pycache__
|
|
build/**
|
|
# Sphinx
|
|
docs/_build
|
|
resources/payloads/*.lua
|
|
venv
|
|
.DS_Store
|
|
.vscode/settings.json
|
|
dist/**
|
|
/.coverage
|
|
/coverage.xml
|
|
# User-specific stuff
|
|
.idea/
|
|
.env
|
|
env/
|
|
|
|
/kneeboards
|
|
/liberation_preferences.json
|
|
/state.json
|
|
/serverconfig.env
|
|
|
|
/logs/
|
|
/resources/logging.yaml
|
|
|
|
*.psd
|