27 lines
225 B
Plaintext
27 lines
225 B
Plaintext
# Development data backups
|
|
data-backup/
|
|
.copilot/
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|