
| Current Path : /var/www/html/vendor/chi-teck/drupal-code-generator/templates/misc/project/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/vendor/chi-teck/drupal-code-generator/templates/misc/project/gitignore.twig |
# Ignore directories generated by Composer.
{% if drush %}
/drush/contrib/
{% endif %}
/vendor/
/{{ document_root_path }}core/
/{{ document_root_path }}modules/contrib/
/{{ document_root_path }}themes/contrib/
/{{ document_root_path }}profiles/contrib/
/{{ document_root_path }}libraries/
# Ignore sensitive information.
/{{ document_root_path }}sites/*/settings.php
/{{ document_root_path }}sites/*/settings.local.php
# Ignore Drupal's file directory.
/{{ document_root_path }}sites/*/files/
# Ignore SimpleTest multi-site environment.
/{{ document_root_path }}sites/simpletest/
# Ignore files generated by PhpStorm.
/.idea/
# Ignore .env files as they are personal.
/.env