diff --git a/.gitignore b/.gitignore index f7ec36b..2921749 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ drush/drush.yml ## composer.json/composer.lock file called for modules X and Y, which were not deployed" ## to make it easier to understand the resulting config import error :-/ # composer.lock +/.editorconfig +/.gitattributes \ No newline at end of file diff --git a/web/modules/.gitignore b/web/modules/.gitignore new file mode 100644 index 0000000..739a339 --- /dev/null +++ b/web/modules/.gitignore @@ -0,0 +1 @@ +/README.txt \ No newline at end of file diff --git a/web/themes/.gitignore b/web/themes/.gitignore new file mode 100644 index 0000000..739a339 --- /dev/null +++ b/web/themes/.gitignore @@ -0,0 +1 @@ +/README.txt \ No newline at end of file