chore: update gitignore and add config files

- Add frontend/dist and backend/dist to gitignore
- Remove build artifacts from tracking
- Add .dockerignore and .env.example

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vadim Sobinin
2026-02-02 17:14:39 +03:00
parent d59d41f215
commit 4a273c336b
7 changed files with 18 additions and 65 deletions

2
.gitignore vendored
View File

@@ -4,6 +4,8 @@ node_modules/
# Build output
dist/
build/
frontend/dist/
backend/dist/
# Environment files
.env