32 lines
267 B
Plaintext
32 lines
267 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Local env files
|
|
.env
|
|
.env*.local
|
|
|
|
# Typescript
|
|
*.tsbuildinfo
|
|
|
|
# ESLint
|
|
.eslintcache
|
|
|
|
# Project
|
|
.notes
|
|
|