diff --git a/.gitignore b/.gitignore index 50d278d8f415b23daa9f0f3b58b920e6de79fd63..5741a73a537326303036bf82d00291f5a4bd9fcd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Ignore directories generated by Composer /drush/contrib/ /vendor/ +/web/ /web/core/ /web/modules/contrib/ /web/themes/contrib/ @@ -22,3 +23,7 @@ # Ignore .env files as they are personal /.env + +.editorconfig +.gitattributes +composer.lock \ No newline at end of file