Files
icarus_auth/.dockerignore.yaml
2025-04-13 13:58:49 -04:00

23 lines
356 B
YAML

# Ignore build artifacts
target/
pkg/
# Ignore git directory
.git/
.gitea/
# Ignore environment files (configure via docker-compose instead)
.env*
auth_db.env*
auth_db.env.docker*
# 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/