Files
icarus_auth/.dockerignore.yaml
phoenix 779d1a49df
All checks were successful
Rust Build / Check (pull_request) Successful in 51s
Rust Build / Test Suite (pull_request) Successful in 1m2s
Rust Build / Rustfmt (pull_request) Successful in 34s
Rust Build / Clippy (pull_request) Successful in 50s
Rust Build / build (pull_request) Successful in 1m25s
Added docker files
Docker is not building
2025-04-10 19:55:59 -04:00

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/