1
0
mirror of https://github.com/saicaca/fuwari.git synced 2025-03-01 09:24:11 +08:00
fuwari/.gitignore

24 lines
238 B
Plaintext
Raw Normal View History

# 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