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:
55
.gitignore
vendored
55
.gitignore
vendored
@@ -1,29 +1,30 @@
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
web_modules/
|
||||
|
||||
# SQLite databases
|
||||
*.db
|
||||
*.db-journal
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
crm.db
|
||||
data/
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
*.log
|
||||
|
||||
# Environment variables
|
||||
.scannerwork/
|
||||
/node_modules
|
||||
/persist
|
||||
/public/css
|
||||
/public/fonts
|
||||
/public/hot
|
||||
/public/js
|
||||
/public/storage
|
||||
/public/mix-manifest.json
|
||||
/resources/vendor
|
||||
/results
|
||||
/storage/oauth-private.key
|
||||
/storage/oauth-public.key
|
||||
/tests/cypress/screenshots
|
||||
/tests/cypress/videos
|
||||
/vendor
|
||||
.composer
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# OS files
|
||||
.deploy.json
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea
|
||||
.phpunit.result.cache
|
||||
.sentry-release
|
||||
cypress.env.json
|
||||
Homestead.yaml
|
||||
Homestead.json
|
||||
monicadump.sql
|
||||
npm-debug.log*
|
||||
php-extensions-*.tar.bz2
|
||||
yarn-error.log
|
||||
|
||||
Reference in New Issue
Block a user