Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Failing after 16s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
58 lines
685 B
Plaintext
58 lines
685 B
Plaintext
# build output
|
|
dist/
|
|
.next/
|
|
out/
|
|
.contentlayer/
|
|
.pnpm-store
|
|
|
|
# generated types
|
|
.astro/
|
|
next-env.d.ts
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|
|
|
|
# VS Code
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
*.code-workspace
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# local cache & data
|
|
.cache/
|
|
cloned-websites/
|
|
storage/
|
|
|
|
# Estimation Engine Data
|
|
data/crawls/
|
|
apps/web/out/estimations/
|
|
|
|
# Backups
|
|
backups/
|
|
|
|
.turbo |