mirror of
https://github.com/LinwoodDev/Butterfly.git
synced 2026-03-13 09:20:32 +08:00
* Start migrating to starlight * Finish migration of downloads * Fix changes * Upgrade dependencies * Finish all docs pages * Add view transition and icon * Add footer * Add community section in docs * Fix paths * Use docs instead of guides * Allow versioning later with branches * Fix redirects * Fix vercel.json * Fix again * Add v2 to sidebar * Fix last links
23 lines
236 B
Plaintext
23 lines
236 B
Plaintext
# build output
|
|
dist/
|
|
build/
|
|
# generated types
|
|
.astro/
|
|
|
|
# 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
|