mirror of
https://github.com/arkorty/Reduce.git
synced 2026-03-17 16:41:42 +00:00
51 lines
571 B
Plaintext
51 lines
571 B
Plaintext
# Node modules
|
|
frontend/node_modules/
|
|
|
|
# Build output
|
|
frontend/.next/
|
|
frontend/out/
|
|
frontend/public/static/
|
|
frontend/.cache/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
*.dockerignore
|
|
|
|
# Logs
|
|
*.log
|
|
frontend/*.log
|
|
backend/*.log
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor-specific files
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Go build artifacts
|
|
backend/*.exe
|
|
backend/*.test
|
|
backend/*.out
|
|
|
|
# Database files
|
|
database/*.sql
|
|
|
|
# Bun lock file
|
|
frontend/bun.lockb
|
|
|
|
# Miscellaneous
|
|
*.tgz
|
|
*.gz
|
|
*.zip
|