canina/.gitignore
parsa aghaei 60939f14ea chore: remove committed build artifacts (node_modules, dist, .next)
- Remove node_modules, dist, .next from git tracking
- Add .next and *.tsbuildinfo to .gitignore
- Remove Iranian mirrors from Dockerfiles (arvancloud.ir)
- Add npm ci step for dependency installation
- Ready for VPN-based internet access workflow
2026-07-12 13:24:33 +03:30

14 lines
134 B
Plaintext

# node_modules/
build/
dist/
coverage/
.DS_Store
*.log
.env*
!.env.example
/fonts/
/backend/uploads/
node_modules
.next
*.tsbuildinfo