36 lines
385 B
Plaintext
36 lines
385 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
.npm
|
|
|
|
# Lockfiles from other package managers (we use pnpm)
|
|
package-lock.json
|
|
yarn.lock
|
|
bun.lockb
|
|
|
|
# Local env and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs and debug
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS and IDE
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Build output (if added later)
|
|
dist
|
|
build
|
|
.next
|
|
out
|