auto_spot/.gitignore
Linas f7dddc220d Initial commit: Auto Spot frontend prototype
React + Vite frontend with bilingual EN/RU support, vehicle listings,
detail pages with photo gallery, and dummy vehicle data. Spring Boot
backend scaffold included.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-14 21:38:28 +03:00

19 lines
232 B
Plaintext

# Frontend
frontend/node_modules/
frontend/dist/
frontend/.env
frontend/.env.local
# Backend
backend/target/
backend/.idea/
backend/*.iml
backend/.mvn/wrapper/maven-wrapper.jar
# General
.DS_Store
Thumbs.db
*.log
.env
*.env.local