Files
MyBlog-Next/.gitignore
T
Min Adwaita b9254c15f1 build(deps-dev): add jampack for performance optimization (#46)
Add new package "jampack" to devDependencies to optimize performance for production build.
2023-03-15 23:30:48 +06:30

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/