* Feature/wms-32 WareHouse details in table page completed * Resolved: Box import * Updated: .gitignore file * Update: route component name Co-authored-by: Llewellyn D'souza <lledsouza2209@gmail.com>
29 lines
337 B
Plaintext
29 lines
337 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
.DS_Store
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
yarn.lock
|
|
|
|
commit.sh
|
|
pnpm-lock.yaml
|