19 lines
196 B
Text
19 lines
196 B
Text
|
|
.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
|