All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 35s
37 lines
365 B
Plaintext
37 lines
365 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
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|
|
|
|
# coverage report
|
|
coverage/
|
|
|
|
# draft files
|
|
*.draft.json
|
|
|
|
# test data directories
|
|
app/test_data*/
|
|
|
|
|
|
|