34 lines
476 B
Plaintext
34 lines
476 B
Plaintext
**/Dockerfile
|
|
**/*.dockerfile
|
|
**/.dockerignore
|
|
**/.gitignore
|
|
**/*~
|
|
**/node_modules
|
|
**/npm-debug.log
|
|
**/README.md
|
|
**/.next
|
|
**/.git
|
|
**/LICENSE
|
|
**/.nvmrc
|
|
**/CHECKS
|
|
**/app.json
|
|
**/.env*
|
|
**/compose/
|
|
**/docker-compose.*
|
|
**/.vscode
|
|
**/charts/**/charts
|
|
**/.mocharc.json
|
|
|
|
**/.env
|
|
**/node_modules
|
|
|
|
packages/strapi/.tmp/
|
|
packages/strapi/.cache/
|
|
packages/strapi/.git/
|
|
packages/strapi/.env
|
|
packages/strapi/build/
|
|
packages/strapi/node_modules/
|
|
packages/strapi/data/
|
|
packages/strapi/backup
|
|
|