the-tip-top-backend/.gitignore
soufiane b909409c46 chore: add .gitignore and remove node_modules from tracking
- Add comprehensive .gitignore for Node.js project
- Remove node_modules from git tracking (was incorrectly committed)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 10:23:06 +01:00

36 lines
274 B
Plaintext

# Dependencies
node_modules/
# Build
dist/
build/
# Environment files
.env
.env.local
.env.*.local
.env.prod
.env.dev
.env.preprod
# Logs
logs/
*.log
npm-debug.log*
# Coverage
coverage/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Test
*.test.js.snap