/vendor
/node_modules

# Laravel specific
/.env
.env.*.backup

# Ignore the following folders in storage and public directories
/storage/*.key
/storage/debugbar/*
/storage/oauth-private.key
/storage/oauth-public.key
/storage/*.log
/storage/framework/cache/*
/storage/framework/sessions/*
/storage/framework/views/*
/storage/logs/*
/public/storage
/public/hot
/public/storage
/public/mix-manifest.json

# Ignore IDE-specific files
/.idea
/.vscode

# Ignore the Composer lock file and Yarn lock file
composer.lock
yarn.lock

# Ignore NPM debug log
npm-debug.log*

# Ignore build assets
/public/css/app.css
/public/js/app.js

# Ignore compiled files
/.phpunit.result.cache
/phpunit.xml
/.php_cs.cache
