dcs-retribution/.gitignore
Dan Albert baae65919f Enable configuration of the server bind address.
A serverconfig.env (or just environment variables) can be set to
override the default bind address/port for the backend. This is passed
to the front end as a query parameter.
2022-03-07 17:53:55 -08:00

23 lines
247 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
/serverconfig.env
/logs/
/resources/logging.yaml
*.psd