# Ignore sensitive information
/pub/sites/*/settings.local.php

# Ignore robots.txt (using robotstxt module)
/pub/robots.txt

# Ignore Drupal's file directory
/pub/sites/*/files/

# Ignore any private uploaded files
/private_files

# Ignore the scratch dir (place to stick project specific stuff locally, without needing to explicitly ignore it)
/scratch

# Ignore files generated by PhpStorm & VSCode
/.idea/
/.vscode/

# Ignore git repos that may come from git vendors
.git
.DS_Store

# ignore this, it's only for local testing
packages.json