20 lines
255 B
Plaintext
20 lines
255 B
Plaintext
node_modules
|
|
dist
|
|
.next
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.log
|
|
|
|
# Build caches
|
|
tsconfig.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Yarn (Berry) — keep the lockfile and .yarnrc.yml, ignore local state
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
.pnp.*
|