VMS-frontend/.gitignore
2024-12-01 16:24:23 +07:00

29 lines
318 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
/src/mock
# production
/build
/release
# misc
.env*
!.env.docker
.DS_Store
.idea/*
.vscode
#docker
docker-compose.*
npm-debug.log*
yarn-debug.log*
yarn-error.log*