2022-06-23 06:17:02 -05:00
|
|
|
# dependencies
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# testing
|
2022-12-14 00:23:59 -05:00
|
|
|
/packages/**/coverage
|
2022-06-23 06:17:02 -05:00
|
|
|
|
|
|
|
# report
|
|
|
|
/report.json
|
2022-12-14 00:23:59 -05:00
|
|
|
/packages/**/report.json
|
2022-06-23 06:17:02 -05:00
|
|
|
|
|
|
|
# production
|
2022-12-14 00:23:59 -05:00
|
|
|
/packages/**/build
|
|
|
|
/packages/**/lib
|
|
|
|
/packages/**/dist
|
2022-06-23 06:17:02 -05:00
|
|
|
|
|
|
|
# logs
|
|
|
|
logs
|
|
|
|
*.log*
|
|
|
|
|
|
|
|
# misc
|
|
|
|
cache
|
|
|
|
.*cache
|
|
|
|
.DS_Store
|
|
|
|
*.env
|
|
|
|
.idea/
|
|
|
|
*.pem
|
|
|
|
.history
|
|
|
|
.git
|
|
|
|
.gitignore
|
2023-04-06 12:13:15 -05:00
|
|
|
dump.rdb
|
2023-01-01 08:46:03 -05:00
|
|
|
|
|
|
|
.changeset
|
|
|
|
.devcontainer
|
|
|
|
.github
|
|
|
|
.husky
|
|
|
|
.vscode
|