add: full multi-tenancy control
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
.env
|
||||
.env.testing
|
||||
.idea
|
||||
.php_cs.cache
|
||||
.phpunit.result.cache
|
||||
.vscode
|
||||
.vagrant
|
||||
*.hot
|
||||
/stubs
|
||||
/data
|
||||
/docker-compose-collection
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
/ignorables/*
|
||||
/node_modules
|
||||
npm-debug.log
|
||||
package-lock.json
|
||||
/playwright-report
|
||||
/public/css
|
||||
/public/js
|
||||
/public/hot
|
||||
/public/storage
|
||||
/public/vendor
|
||||
/lang/vendor
|
||||
/storage/*.key
|
||||
/storage/dcc-data/
|
||||
/vendor
|
||||
yarn.lock
|
||||
yarn-error.log
|
||||
|
||||
# Playwright
|
||||
node_modules/
|
||||
/test-results/
|
||||
/blob-report/
|
||||
/playwright/.cache/
|
||||
Reference in New Issue
Block a user