track gitignore
Some checks are pending
CI / build (snapshot, beta, 8.1) (push) Waiting to run
CI / build (snapshot, beta, 8.2) (push) Waiting to run
CI / build (snapshot, dev, 8.1) (push) Waiting to run
CI / build (snapshot, dev, 8.2) (push) Waiting to run
CI / build (snapshot, stable, 8.1) (push) Waiting to run
CI / build (snapshot, stable, 8.2) (push) Waiting to run
CI / build (snapshot, stable, 8.3) (push) Waiting to run
CI / build (stable, beta, 8.1) (push) Waiting to run
CI / build (stable, beta, 8.2) (push) Waiting to run
CI / build (stable, dev, 8.1) (push) Waiting to run
CI / build (stable, dev, 8.2) (push) Waiting to run
CI / build (stable, stable, 8.1) (push) Waiting to run
CI / build (stable, stable, 8.2) (push) Waiting to run
CI / build (stable, stable, 8.3) (push) Waiting to run
CI / test-composer (push) Waiting to run

This commit is contained in:
Audrey Jensen 2024-08-22 14:45:29 -05:00
parent db669b160d
commit e1fdc85628
Signed by: audrey
SSH Key Fingerprint: SHA256:k+6b1AGMt7Q6374OfeAXUFNe0eFpsUt6eV4biffF06U

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
# To ignore OS temporary files use global .gitignore
# https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
# 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
# Ignore Drupal's file directory.
/web/sites/*/files/
# Ignore SimpleTest multi-site environment.
/web/sites/simpletest
# Ignore .env files as they could contain sensitive information.
/.env
# Manage .gitattributes with Drupal scaffold for cross-platform compatibility.
# Remove the line below and commit the file for more granular control.
/.gitattributes
# Manage all .gitignore files with Drupal scaffold.
# Remove the line below and commit the files for more granular control.
#**/.gitignore