mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
46 lines
500 B
Plaintext
46 lines
500 B
Plaintext
# dependencies ->
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
package-lock.json
|
|
|
|
# testing ->
|
|
/coverage
|
|
|
|
# next.js ->
|
|
/.next/
|
|
/out/
|
|
|
|
# production ->
|
|
/build
|
|
|
|
# misc ->
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug ->
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files ->
|
|
.env*.local
|
|
|
|
# vercel ->
|
|
.vercel
|
|
|
|
# typescript ->
|
|
*.tsbuildinfo
|
|
|
|
# PWA files ->
|
|
**/public/sw.js
|
|
**/public/workbox-*.js
|
|
**/public/worker-*.js
|
|
**/public/sw.js.map
|
|
**/public/workbox-*.js.map
|
|
**/public/worker-*.js.map
|
|
|
|
# SWC files ->
|
|
.swc
|