Files
serai/.gitignore
2025-11-10 04:02:02 -05:00

14 lines
252 B
Plaintext

target
# Don't commit any `Cargo.lock` which aren't the workspace's
Cargo.lock
!/Cargo.lock
# Don't commit any `Dockerfile`, as they're auto-generated, except the only one which isn't
Dockerfile
!orchestration/runtime/Dockerfile
.test-logs
.vscode