0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.dockerignore
Gao Sun 484f08523b
chore: update changeset (#3643)
* chore: move changeset

* chore: remove changeset-staged
2023-03-30 19:28:08 +08:00

36 lines
336 B
Text

# dependencies
node_modules
# testing
/packages/**/coverage
# report
/report.json
/packages/**/report.json
# production
/packages/**/build
/packages/**/lib
/packages/**/dist
# logs
logs
*.log*
# misc
cache
.*cache
.DS_Store
*.env
.idea/
*.pem
.history
.git
.gitignore
.changeset
.devcontainer
.github
.husky
.parcel-cache
.vscode