2023-01-15 16:53:19 +00:00
|
|
|
# build output
|
|
|
|
dist/
|
|
|
|
.output/
|
2023-03-17 22:06:43 +00:00
|
|
|
maintenance/
|
2023-01-15 16:53:19 +00:00
|
|
|
|
2024-07-20 10:07:33 +00:00
|
|
|
# astro stuff
|
|
|
|
.astro/
|
|
|
|
|
|
|
|
# config stuff
|
|
|
|
.vscode/
|
|
|
|
|
2023-03-10 21:33:09 +00:00
|
|
|
# Temp Scripts
|
|
|
|
scripts/
|
|
|
|
|
2023-01-15 16:53:19 +00:00
|
|
|
# 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
|