testapi/.gitignore
Helge-Mikael Nordgård 46d5d7bf78
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Merge remote-tracking branch 'origin/main'
2025-06-20 13:35:08 +02:00

53 lines
697 B
Plaintext

<<<<<<< HEAD
/.phpunit.cache
/bootstrap/ssr
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/pail
/vendor
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/auth.json
/.fleet
/.idea
/.nova
/.vscode
/.zed
=======
# ---> Laravel
/vendor/
node_modules/
npm-debug.log
yarn-error.log
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
# Laravel 5 & Lumen specific with changed public path
public_html/storage
public_html/hot
storage/*.key
.env
Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
>>>>>>> origin/main