d18ada4ee7
Docker Publish / docker (web, apps/web/Dockerfile, web) (push) Failing after 0s
Docker Publish / docker (api, apps/api/Dockerfile, api) (push) Failing after 1s
Publish Extension / detect-version (push) Has been skipped
Publish Extension / submit (push) Has been cancelled
22 lines
206 B
Plaintext
22 lines
206 B
Plaintext
# deps
|
|
/node_modules
|
|
|
|
# generated content
|
|
.source
|
|
src/pages.gen.ts
|
|
|
|
# test & build
|
|
/coverage
|
|
/dist
|
|
*.tsbuildinfo
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# others
|
|
.env*.local
|