Files
trendyol-analiz/admin-panel/.dockerignore
furkanyigit34 c7be57064b Initial commit: Trendyol Analiz platform
- FastAPI backend with Python
- React + Vite admin panel
- PostgreSQL database
- Trendyol marketplace analytics
- GitHub Actions CI/CD workflow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 00:14:38 +03:00

67 lines
720 B
Plaintext

# Dependencies (will be installed fresh)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output (created during Docker build)
dist/
build/
.vite/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
coverage/
.nyc_output/
# Environment files (security - use build args instead)
.env
.env.*
.env.local
.env.development
.env.production
# Documentation
README.md
CLAUDE.md
*.md
docs/
# Git files
.git/
.gitignore
.gitattributes
# Docker files (not needed in container)
Dockerfile
docker-compose.yml
.dockerignore
# Logs
logs/
*.log
# Temporary files
tmp/
temp/
*.tmp
# Cache directories
.cache/
.eslintcache
# OS files
Thumbs.db
.DS_Store
# Backup files
*.bak
*.backup