Build, Test, and Push CFDM Docker Image / test (push) Failing after 3h13m2s
Build, Test, and Push CFDM Docker Image / create-release (push) Has been cancelled
Build, Test, and Push CFDM Docker Image / build-and-push (push) Has been cancelled
Build, Test, and Push CFDM Docker Image / update-wiki (push) Has been cancelled
35 lines
313 B
Plaintext
35 lines
313 B
Plaintext
# Rust
|
|
backend/target/
|
|
**/*.rs.bk
|
|
|
|
# Node / pnpm monorepo
|
|
node_modules/
|
|
.pnpm-store/
|
|
.turbo/
|
|
apps/web/node_modules/
|
|
apps/web/dist/
|
|
apps/web/.tanstack/
|
|
packages/ui/node_modules/
|
|
|
|
# Data
|
|
data/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Env
|
|
.env
|
|
.env.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build
|
|
version.txt
|