mirror of
https://ark.sudovanilla.org/Korbs/butterflyvu.git
synced 2024-12-22 15:23:54 +00:00
25 lines
281 B
Plaintext
Executable file
25 lines
281 B
Plaintext
Executable file
# 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
|