Skip to content

Instantly share code, notes, and snippets.

@tibezh
Created May 28, 2024 13:39
Show Gist options
  • Save tibezh/ac73228753671c3407929c784973f5c1 to your computer and use it in GitHub Desktop.
Save tibezh/ac73228753671c3407929c784973f5c1 to your computer and use it in GitHub Desktop.
Drupal .gitignore
# Ignore directories generated by Composer
/drush/contrib/
/vendor/
/web/core/
/web/modules/contrib/
/web/themes/contrib/
/web/profiles/contrib/
#/web/libraries/
# Ignore sensitive information
/web/sites/*/settings.php
/web/sites/*/settings.local.php
# Ignore Drupal's file directory
/web/sites/*/files/
# Ignore SimpleTest multi-site environment.
/web/sites/simpletest
# Ignore files generated by PhpStorm
/.idea/
/tmp
/private
/.editorconfig
/.gitattributes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment