mirror of
https://github.com/saicaca/fuwari.git
synced 2025-01-19 19:29:18 +08:00
24 lines
238 B
Plaintext
24 lines
238 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
|