- 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
14 lines
134 B
Plaintext
14 lines
134 B
Plaintext
# node_modules/
|
|
build/
|
|
dist/
|
|
coverage/
|
|
.DS_Store
|
|
*.log
|
|
.env*
|
|
!.env.example
|
|
/fonts/
|
|
/backend/uploads/
|
|
node_modules
|
|
.next
|
|
*.tsbuildinfo
|