Add gpu-service data directory exception to .gitignore
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 14s
Deploy to Testnet / deploy-testnet (push) Successful in 1m24s
Integration Tests / test-service-integration (push) Successful in 1m6s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 7s
Python Tests / test-python (push) Failing after 8s
Security Scanning / security-scan (push) Successful in 50s
Deploy to Testnet / notify-deployment (push) Successful in 4s
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 14s
Deploy to Testnet / deploy-testnet (push) Successful in 1m24s
Integration Tests / test-service-integration (push) Successful in 1m6s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 7s
Python Tests / test-python (push) Failing after 8s
Security Scanning / security-scan (push) Successful in 50s
Deploy to Testnet / notify-deployment (push) Successful in 4s
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -52,6 +52,8 @@ dev/config/
|
||||
dev/test-nodes/*/data/
|
||||
# Keep coordinator-api data directory (contains application code)
|
||||
!apps/coordinator-api/src/app/data/
|
||||
# Keep gpu-service data directory (contains consumer GPU profiles)
|
||||
!apps/gpu-service/src/gpu_service/data/
|
||||
|
||||
# ===================
|
||||
# Runtime Directories (System Standard)
|
||||
|
||||
Reference in New Issue
Block a user