Files
rodydavis d968923a7e
Build and Deploy / build-and-deploy (push) Failing after 11s
Configure CI/CD deploy pipeline and showcase dashboard page
2026-05-16 22:23:22 -07:00

16 lines
169 B
Plaintext

# Ignore dependencies and build outputs
node_modules/
dist/
# Bazel
bazel-*
bazel-bin
bazel-out
bazel-testlogs
# IDEs and System files
.DS_Store
.vscode/
.idea/
*.log