2024-01-20 15:19:15 +00:00
|
|
|
# build output
|
|
|
|
dist/
|
2024-01-22 03:47:40 +00:00
|
|
|
dist.zip
|
2024-01-20 15:19:15 +00:00
|
|
|
# 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
|
2024-02-12 03:20:31 +00:00
|
|
|
*.lock
|
2024-01-20 15:19:15 +00:00
|
|
|
|
|
|
|
# Development content
|
2024-01-22 03:47:40 +00:00
|
|
|
public/media
|