chore: project scaffold, specs, and working record
Build and deploy / build-and-deploy (push) Failing after 5s
Build and deploy / build-and-deploy (push) Failing after 5s
This commit is contained in:
+48
@@ -0,0 +1,48 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user