All checks were successful
Release Tagging / release (push) Successful in 36s
Rust Build / Check (push) Successful in 48s
Rust Build / Test Suite (push) Successful in 1m9s
Rust Build / Rustfmt (push) Successful in 29s
Rust Build / Clippy (push) Successful in 56s
Rust Build / build (push) Successful in 1m22s
Rust Build / Check (pull_request) Successful in 47s
Rust Build / Test Suite (pull_request) Successful in 1m2s
Rust Build / Rustfmt (pull_request) Successful in 35s
Rust Build / Clippy (pull_request) Successful in 52s
Rust Build / build (pull_request) Successful in 1m24s
Reviewed-on: #28 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
19 lines
314 B
YAML
19 lines
314 B
YAML
# Ignore build artifacts
|
|
target/
|
|
pkg/
|
|
|
|
# Ignore git directory
|
|
.git/
|
|
|
|
# Ignore environment files (configure via docker-compose instead)
|
|
.env*
|
|
|
|
# Ignore IDE/editor specific files
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Ignore OS specific files
|
|
*.DS_Store
|
|
|
|
# Add any other files/directories you don't need in the image
|
|
# e.g., logs/, tmp/ |