refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
46
.dockerignore
Normal file
46
.dockerignore
Normal file
@@ -0,0 +1,46 @@
|
||||
.circleci/
|
||||
.azure/
|
||||
.vscode/
|
||||
.composer/
|
||||
.git/
|
||||
.gitattributes
|
||||
.github/
|
||||
.gitignore
|
||||
**/.gitignore
|
||||
**/.gitkeep
|
||||
bootstrap/cache/*
|
||||
database/*.sqlite
|
||||
.env
|
||||
CODE_OF_CONDUCT.md
|
||||
docker-compose.yml
|
||||
docker-compose.dev.yml
|
||||
Dockerfile
|
||||
Dockerfile.dev
|
||||
.dockerignore
|
||||
docs/
|
||||
fortrabbit.yml
|
||||
Homestead.*
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
persist/
|
||||
.phpunit.result.cache
|
||||
Procfile
|
||||
public/storage
|
||||
resources/vendor/
|
||||
results/
|
||||
.sass-lint.yml
|
||||
scripts/tests
|
||||
scripts/vagrant
|
||||
sonar-project.properties
|
||||
storage/app/public/*
|
||||
storage/debugbar/*
|
||||
storage/framework/cache/*
|
||||
storage/framework/sessions/*
|
||||
storage/framework/views/*
|
||||
storage/logs/*
|
||||
.styleci.yml
|
||||
.travis.yml*
|
||||
vendor/
|
||||
yarn-error.log
|
||||
.sonarlint/
|
||||
cypress.env.json
|
||||
Reference in New Issue
Block a user