Files
Butterfly/docs/.gitignore
CodeDoctor 258b1fcbe6 Feature/starlight (#699)
* 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
2024-05-18 21:50:37 +02:00

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