35 lines
389 B
Plaintext
35 lines
389 B
Plaintext
.git
|
|
.gitignore
|
|
.gitattributes
|
|
.github
|
|
.env
|
|
.env.*
|
|
.env.backup
|
|
.env.production
|
|
docker-compose*.yml
|
|
Dockerfile*
|
|
Dockerfile.db
|
|
vendor
|
|
README.md
|
|
*.md
|
|
node_modules
|
|
.phpunit.cache
|
|
tests
|
|
storage/*.key
|
|
storage/pail
|
|
storage/framework/testing
|
|
scripts
|
|
.idea
|
|
.vscode
|
|
.nova
|
|
.fleet
|
|
.zed
|
|
Homestead.json
|
|
Homestead.yaml
|
|
Procfile
|
|
auth.json
|
|
.phpactor.json
|
|
.phpunit.result.cache
|
|
npm-debug.log
|
|
yarn-error.log
|