butterflyvu/.gitignore

27 lines
310 B
Text
Raw Permalink Normal View History

2024-06-05 20:48:11 -04:00
# build output
dist/
2024-12-22 23:22:41 -05:00
dist-cache/
2024-06-07 07:09:39 -04:00
2024-06-05 20:48:11 -04:00
# generated types
.astro/
2024-12-12 09:04:59 -05:00
# This interrupts Cloudflare Pages builds
2024-06-07 07:09:39 -04:00
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
2024-12-10 22:59:48 -05:00
butterflyvu.tar