mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
b9254c15f1
Add new package "jampack" to devDependencies to optimize performance for production build.
26 lines
285 B
Plaintext
26 lines
285 B
Plaintext
# build output
|
|
dist/
|
|
.output/
|
|
|
|
# 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
|
|
|
|
# ignore .astro directory
|
|
.astro
|
|
|
|
# ignore Jampack cache files
|
|
.jampack/ |