mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-25 20:33:35 +00:00
88ff542aeb
- Fixed ignore patterns in .dockerignore - Added healthchecks to backend and web containers - Reduced Docker image sizes - Removed RaSCSI references in various areas (e.g. rascsi -> backend) - Added compilation-only step to easyinstall.sh - Moved apt package lists to variables - Revert to triggering GitHub Actions runs on push - Updated web/frontend_checks workflow to run black and flake8 against all Python sources - Capture log files from backend/web containers - Fix None to float conversion bug when user agent is absent or unrecognised
39 lines
484 B
Plaintext
39 lines
484 B
Plaintext
venv
|
|
*.pyc
|
|
*.swp
|
|
*.log
|
|
*~
|
|
core
|
|
.idea/
|
|
.vscode
|
|
.DS_Store
|
|
__pycache__
|
|
current
|
|
rascsi_interface_pb2.py
|
|
messages.pot
|
|
messages.mo
|
|
report.xml
|
|
node_modules
|
|
|
|
# Intermediate files from astyle
|
|
*.orig
|
|
|
|
docker/docker-compose.override.yml
|
|
/docker/volumes/images/*
|
|
!/docker/volumes/images/.gitkeep
|
|
/docker/volumes/config/*
|
|
!/docker/volumes/config/.gitkeep
|
|
|
|
# temporary user files
|
|
s.sh
|
|
|
|
# temporary kicad files
|
|
*-backups
|
|
|
|
# VSCode temp file
|
|
settings.json
|
|
|
|
# submodules
|
|
hfdisk*
|
|
mac-hard-disk-drivers
|