mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
89e3d68168
* ci: dockerize * ci: fix docker compose * ci: run dockerize on master push only * refactor: add .gitignore to .dockerignore
31 lines
284 B
Text
31 lines
284 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
|
|
.vscode
|
|
.git
|
|
.github
|
|
.gitignore
|