Files
saml-oidc-bridge/.gitignore
Shamil Nunhuck 920a79b2e9 initial commit
2025-11-08 10:18:19 +00:00

42 lines
405 B
Plaintext

# Binaries and build artifacts
bin/
build/
dist/
out/
tmp/
# Go compiler outputs
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Dependency/vendor directories
vendor/
# Coverage and profiling data
coverage.*
*.cov
*.coverprofile
*.pprof
*.prof
profile.out
# Local configs and secrets
.env
.env.*
*.local
*.secret.yaml
# IDE/editor state
.idea/
.vscode/
*.code-workspace
# OS junk
.DS_Store
Thumbs.db