mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-09 22:02:53 +01:00
Some checks failed
Code quality / quality (push) Failing after 9s
Build and Check / Astro Check for Node.js 22 (push) Failing after 5s
Build and Check / Astro Check for Node.js 23 (push) Failing after 4s
Build and Check / Astro Build for Node.js 22 (push) Failing after 4s
Build and Check / Astro Build for Node.js 23 (push) Failing after 4s
* fix(TOC): hide active overlay when none active * fix indentation
32 lines
296 B
Plaintext
32 lines
296 B
Plaintext
# build output
|
|
dist/
|
|
|
|
# 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
|
|
|
|
.vercel
|
|
|
|
package-lock.json
|
|
bun.lockb
|
|
yarn.lock
|
|
|
|
# ide
|
|
.idea
|
|
*.iml
|