mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
18 lines
208 B
Text
18 lines
208 B
Text
# build output
|
|
dist/
|
|
# generated types
|
|
.astro/
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|