mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
14 lines
253 B
Plaintext
14 lines
253 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
|