c177785026
Was gitignored, so npm install (including inside the Docker build) floated to whatever versions were latest at install time - which is exactly what caused the moveMultipleFiles build failure last commit. Locking versions so CI/Docker/local all resolve the same dependency tree.
28 lines
430 B
Plaintext
Executable File
28 lines
430 B
Plaintext
Executable File
node_modules/
|
|
public/dist/
|
|
config/dev.env
|
|
config/prod.env
|
|
config/test.env
|
|
config/.env.development
|
|
config/.env.test
|
|
config/.env.production
|
|
config/.env.test
|
|
.env
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
.well-known/
|
|
.eslintrc.js
|
|
.eslintrc.json
|
|
changeEncrytionPassword/
|
|
certificate.ca-bundle
|
|
certificate.crt
|
|
certificate.key
|
|
._*
|
|
.DS_Store
|
|
dist/
|
|
rds-combined-ca-bundle.pem
|
|
docker-variables.env
|
|
dist-frontend/
|
|
dist-backend/
|
|
stats.html |