16 lines
151 B
Plaintext
16 lines
151 B
Plaintext
# Dependencies
|
|
/node_modules/
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.log
|
|
|
|
# Bun/NPM cache artifacts
|
|
bun.lock
|
|
npm-debug.log*
|
|
.env
|