PromucFlow_constructor/app/client/.gitignore
Arpit Mohan 9d2b017bf3
Making the nginx root configuration also configurable. (#694)
This is required for enabling custom logging. In future, we can leverage this for proxy caching as well.

Not adding this nginx-root.conf.template file to the installation script because there's nothing for the user to configure there during installation. This file will be baked into the Dockerfile and only the environment variables will be replaced during container start.
2020-10-16 10:00:33 +05:30

41 lines
528 B
Plaintext
Executable File

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/out
/public/fonts/*
/src/assets/icons/fonts/*
.idea
.storybook-out/
cypress/videos
cypress/screenshots
results/
/docker/*.pem
/docker/nginx.conf
/docker/nginx-root.conf
storybook-static/*
build-storybook.log