2023-10-12 21:26:26 +00:00
|
|
|
# build output
|
|
|
|
dist/
|
|
|
|
|
|
|
|
# generated types
|
|
|
|
.astro/
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
node_modules/
|
|
|
|
|
|
|
|
# logs
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
pnpm-debug.log*
|
|
|
|
|
|
|
|
# environment variables
|
|
|
|
.env
|
|
|
|
.env.production
|
2024-06-01 20:07:11 +00:00
|
|
|
config.json
|
2024-09-23 11:05:11 +00:00
|
|
|
certs/
|
2023-10-12 21:26:26 +00:00
|
|
|
|
|
|
|
# macOS-specific files
|
|
|
|
.DS_Store
|
2025-02-16 14:52:42 +00:00
|
|
|
|
|
|
|
# Playwright
|
|
|
|
/test-results/
|
|
|
|
/playwright-report/
|
|
|
|
/blob-report/
|
|
|
|
/playwright/.cache/
|