@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
74 lines (62 loc) • 963 B
Plain Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules/
/.pnp
.pnp.js
# testing
/coverage
# next.js
/out/
out/
.next
.next/
# diginext
.fw/
optimizer/node_modules/
optimizer/yarn.lock
yarn.lock
# production
/build
# misc
.DS_Store
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
# local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*.local
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Storage
storage
public/uploads
# Deployment
deployment/
.env
.env.dev
.env.prod
.env.local
.env.canary
deployment.yaml
deployment.dev.yaml
deployment.prerelease.yaml
deployment.prod.yaml
deployment.canary.yaml