forge/.gitignore
Refringe 48c4d5b44d
Back to Frankenphp!
Bug fix is in and we're back to the races!

This change requires:

1. You to update your .env file to:
`OCTANE_SERVER=frankenphp`

2. An already build sail container to be rebuilt:
```
docker compose down -v
sail build --no-cache
sail up -d
```
2024-08-31 11:41:25 -04:00

27 lines
313 B
Plaintext

.DS_Store
.env
.env.backup
.env.production
.phpunit.result.cache
.fleet
.idea
.phpunit.cache
.vscode
caddy
config/psysh
config/caddy
data
node_modules
public/build
public/hot
public/storage
storage/*.key
vendor
auth.json
frankenphp
frankenphp-worker.php
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log