Files
RASCSI/.dockerignore
Daniel Markstedt a99e1c51b9 Move the protobuf source into its own dir in the repo root
The protobuf source file is used by more than just the C++ code,
so let's move it into its own location for consistency and discoverability
2025-12-03 23:20:46 +01:00

41 lines
467 B
Plaintext

# Exclude all by default
/*
# Paths to include
!/docker/backend/piscsi_wrapper.sh
!/docker/web/web_start_wrapper.sh
!/cpp
!/doc
!/os_integration
!/proto
!/python
!/test
!/easyinstall.sh
!/LICENCE
!/README.md
# Dev artifacts to exclude
**/.git
/cpp/bin
/cpp/obj
**/venv*
**/*.pyc
**/__pycache__
**/.pytest_cache
**/piscsi_interface_pb2.py
**/report.xml
**/.idea
**/.vscode
**/.DS_Store
**/core
**/*.swp
**/current
**/node_modules
**/messages.pot
**/messages.mo