18 lines
263 B
Plaintext
18 lines
263 B
Plaintext
node_modules
|
|
.DS_Store
|
|
dist
|
|
*.log
|
|
/tmp
|
|
|
|
# Environment variables (contains sensitive data)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Account configuration (may contain phone number)
|
|
account.json
|
|
|
|
# Trace files (debugging artifacts, may contain sensitive data)
|
|
traces/
|
|
*.zip
|