* TP-00000 | added husky hooks and github * TP-00000 | lint changes and github actions * TP-00000 | lint changes and github actions * TP-00000 | prettier ignore * Testing lint * TP-00000 | prettier ignore * TP-00000 | prettier ignore * TP-00000 | prettier ignore * TP-00000 | prettier ignore * TP-00000 | prettier ignore * TP-00000 | prettier ignore * TP-00000 | prettier ignore * TP-00000 | prettier ignore * pretier fix * pretier fix * pretier fix * added github template * added github template
42 lines
428 B
Plaintext
42 lines
428 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
|
|
|
|
# ESLint cache
|
|
.eslintcache
|
|
|
|
#service-worker
|
|
public/mockServiceWorker.js
|
|
|
|
src/versions/*
|
|
web-ui-library/* |