mirror of
https://github.com/tiennm99/mathmax.git
synced 2026-09-03 16:16:51 +00:00
Replace pnpm-lock.yaml with package-lock.json. The security overrides move to package.json#overrides with their range operators intact, so advisory floors stay floors. allowBuilds becomes package.json#allowScripts where the listed package is actually in the tree.
28 lines
263 B
Plaintext
28 lines
263 B
Plaintext
# SvelteKit build output
|
|
.svelte-kit/
|
|
build/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
npm-debug.log*
|
|
|
|
# tooling
|
|
*.tsbuildinfo
|
|
.eslintcache
|