2024-02-14 15:46:53 +05:30
|
|
|
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
|
2024-02-15 18:34:14 +05:30
|
|
|
*.md
|
2024-02-19 17:45:10 +05:30
|
|
|
*.txt
|
2024-02-14 15:46:53 +05:30
|
|
|
npm-debug.log*
|
|
|
|
|
yarn-debug.log*
|
|
|
|
|
yarn-error.log*
|
2024-02-19 19:47:33 +05:30
|
|
|
__tests__/
|
2024-02-14 15:46:53 +05:30
|
|
|
|
|
|
|
|
#IDE
|
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
|
|
# Configuration
|
|
|
|
|
config.js
|
|
|
|
|
|
|
|
|
|
# ESLint cache
|
|
|
|
|
.eslintcache
|