39 lines
388 B
Plaintext
39 lines
388 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
|
||
|
|
|
||
|
|
# ESLint cache
|
||
|
|
.eslintcache
|
||
|
|
|
||
|
|
#service-worker
|
||
|
|
public/mockServiceWorker.js
|