mirror of
https://ark.sudovanilla.org/Korbs/butterflyvu.git
synced 2025-01-08 23:53:56 +00:00
25 lines
281 B
Plaintext
25 lines
281 B
Plaintext
# build output
|
|
dist/
|
|
|
|
# generated types
|
|
.astro/
|
|
|
|
# This interrups Cloudflare Pages builds
|
|
bun.lockb
|
|
|
|
# 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
|