Files
collection-portal/.eslintignore
2022-08-23 13:56:14 +05:30

36 lines
359 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
config.js
#service-worker
public/mockServiceWorker.js