All checks were successful
Docker Build and Push / build-image (push) Successful in 6m37s
46 lines
682 B
Plaintext
46 lines
682 B
Plaintext
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
/out
|
|
/.next
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
dist/*
|
|
|
|
# local env (contains API keys)
|
|
/.env
|
|
.reasonix/*
|
|
# OTA 升级: 产物 (运行时生成, 部署时单独管理) + 私钥 (绝不能提交)
|
|
ota-package/*
|
|
!ota-package/README.md
|
|
|
|
# apizero 文件缓存 (运行时按需生成)
|
|
cache/apizero/
|
|
# Dockerfile 持久卷挂载点 (跟 ota-package 同类)
|
|
.cache/
|