32 lines
253 B
Plaintext
32 lines
253 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Lock files
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|
|
bun.lockb
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
.next
|
|
out
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Changesets
|
|
.changeset/*.md
|
|
|
|
# Documentation
|
|
docs
|