jws-backend/.prettierignore

19 lines
196 B
Text
Raw Permalink Normal View History

2024-04-01 13:28:43 +07:00
.DS_Store
node_modules
.env
.env.*
!.env.example
/dist
/static
/src/routes.ts
/src/swagger.json
# Any log
*.log
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock