28 lines
321 B
Plaintext
28 lines
321 B
Plaintext
# build output
|
|
dist/
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
pnpm-lock.yaml
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
test/
|
|
/public/vh-search.json
|
|
|
|
/public/hanplayer
|
|
/public/MineWeb
|
|
/public/other |