Files
the-pet-loft/.gitignore
ianshaloom 51663df27d
Some checks failed
CI / Lint, Typecheck & Test (push) Failing after 2m11s
ci: add Gitea CI workflow and track Convex generated types
- Add .gitea/workflows/ci.yml — runs lint, typecheck, and tests on every push
- Remove convex/_generated from .gitignore and commit the generated files so CI
  has the type information it needs without requiring a live Convex backend

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 00:25:45 +03:00

36 lines
379 B
Plaintext

# Dependencies
node_modules
.pnp
.pnp.js
# Build outputs
.next
dist
build
out
# Turbo
.turbo
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Misc
.DS_Store
*.pem
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# TypeScript
*.tsbuildinfo
# Convex
apps/admin/.env.staging
apps/storefront/.env.staging
convex/.env.staging