# Ignore vendor directory
/vendor

# Ignore .env file containing sensitive information
.env

# Ignore .env.* files generated by Laravel
.env.*

# Ignore any logs
/storage/*.log

# Ignore node_modules directory
/node_modules

# Ignore npm-debug.log file
npm-debug.log

# Ignore public/hot directory used for Laravel Mix
/public/hot

# Ignore .phpunit.result.cache file
.phpunit.result.cache

# Ignore .idea directory created by PhpStorm
.idea

# Ignore Homestead.yaml and Homestead.yaml.example
Homestead.yaml
Homestead.yaml.example

# Ignore code quality tools' directories
/.phpstorm.meta.php
/.phpstorm.meta.php.new

# Ignore VSCode settings directory
.vscode

# Ignore .DS_Store files on macOS
.DS_Store

# Ignore the local environment file
/.env.local

# Ignore Homestead IP file
Homestead.json

# Ignore Windows system files
Thumbs.db
ehthumbs.db

# Ignore files generated by the PHPStorm editor
.phpstorm.meta.php

# Ignore Heroku configuration file
heroku.yml

# Ignore Symfony and Laravel generated directories
/var
/node
/public/storage
/storage/framework
/public/mix-manifest.json
/public/css
/public/js