Files
adr-sml/.gitignore
T
Pouya Lajevardi 19f7226661
Build and deploy / build-and-deploy (push) Failing after 5s
chore: project scaffold, specs, and working record
2026-08-26 08:51:16 -04:00

49 lines
553 B
Plaintext

# dependencies
node_modules/
.pnp
.pnp.js
# build output
dist/
.output/
.vercel/
.netlify/
# astro
.astro/
# environment — never commit
.env
.env.*
!.env.example
# credentials — never commit
*.pem
*.key
aws-credentials*
.aws/
# logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# editor / os
.vscode/*
!.vscode/extensions.json
.idea/
.DS_Store
Thumbs.db
# test / tooling caches
coverage/
.eslintcache
.cache/
playwright-report/
test-results/
# generated inventory — safe to share, but not tracked
aws-inventory.txt