generated from avior/template-web-astro
32 lines
352 B
Plaintext
32 lines
352 B
Plaintext
# 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
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Playwright
|
|
/playwright/
|
|
|
|
/src/route.ts
|
|
/src/models/migrations/list.ts
|
|
/src/config/api-routes.d.ts
|