Files
collection-portal/.eslintignore
Herik Hiteshkumar Modi 9e2448ea44 Fix/cache burst (#153)
* TP-22534| build timestamp exposed through nginx

* TP-22534| build timestamp exposed through nginx

* TP-22534| build timestamp exposed through nginx

* TP-22534| build timestamp exposed through nginx

* TP-22534| build timestamp exposed through nginx

* TP-22534| build timestamp exposed through nginx

* TP-22534| build timestamp exposed through nginx

* TP-22534| build timestamp exposed through nginx

* TP-22534| polling utility for version check

* TP-22534| hardcoded /version instead getUrl

* TP-22534| debounce for confirmation popup

* TP-22534| logs to debug

* TP-22534| confirmation popup throttled to 1 minute

* TP-22534| confirmationCb instead of laert popup

* TP-22534| soft nudge instead of native confirm

* TP-22534| background changed

* TP-22534| depdendency issue fix
2023-03-29 16:10:42 +05:30

42 lines
464 B
Plaintext

dist/*
src/model/offer-management
*.iml
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
/dist
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
#IDE
.idea/
# Configuration
configuration.js
#service-worker
public/mockServiceWorker.js
# ignore NodeJS file make_versions
make_versions.js
src/utils/checkBuildTime.ts
/web-ui-library