21 lines
174 B
Plaintext
21 lines
174 B
Plaintext
# Node modules
|
|
node_modules/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Build output
|
|
dist/
|
|
build/*.txt
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
CLAUDE.md
|