micro/.gitignore

45 lines
518 B
Plaintext
Raw Permalink Normal View History

2020-10-01 16:36:52 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2020-08-27 07:36:16 +00:00
2020-10-01 16:36:52 +00:00
# dependencies
**/node_modules
/.pnp
.pnp.js
2020-08-27 07:36:16 +00:00
2020-10-01 16:36:52 +00:00
# testing
/coverage
2020-08-27 07:36:16 +00:00
2020-10-01 16:36:52 +00:00
# next.js
/.next/
/out/
2020-08-27 07:36:16 +00:00
2020-10-01 16:36:52 +00:00
# production
/build
2020-08-27 07:36:16 +00:00
2020-10-01 16:36:52 +00:00
# misc
.DS_Store
*.pem
2020-08-27 07:36:16 +00:00
2020-10-01 16:36:52 +00:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2020-08-27 07:36:16 +00:00
2020-10-01 16:36:52 +00:00
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
2020-08-27 07:36:16 +00:00
2021-02-23 18:34:40 +00:00
*.tsbuildinfo
dist
2021-04-02 04:57:37 +00:00
/.microrc
2022-06-20 17:56:57 +00:00
/.microrc.yaml
2021-04-05 19:13:23 +00:00
/.env
2021-07-15 11:54:20 +00:00
/data
# nektos/act secrets file
2021-10-02 22:17:05 +00:00
.secrets
packages/web/.next
2022-06-23 19:49:19 +00:00
packages/api/data
packages/*/.turbo