2024-05-01 04:57:25 +00:00
|
|
|
# build output
|
2024-05-13 07:13:27 +00:00
|
|
|
dist/
|
2024-05-01 04:57:25 +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
|
|
|
|
|
|
|
|
# jetbrains setting folder
|
|
|
|
.idea/
|
2024-05-06 19:36:07 +00:00
|
|
|
TODO
|
2024-05-12 05:55:29 +00:00
|
|
|
.env.development
|
2024-06-09 11:33:03 +00:00
|
|
|
docker-compose.yml
|