butterflyvu/.gitignore

25 lines
281 B
Text
Raw Permalink Normal View History

2024-06-05 20:48:11 -04:00
# build output
dist/
2024-06-07 07:09:39 -04:00
2024-06-05 20:48:11 -04:00
# generated types
.astro/
2024-06-07 07:09:39 -04:00
# This interrups Cloudflare Pages builds
bun.lockb
2024-06-05 20:48:11 -04: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