diff --git a/.gitattributes b/.gitattributes index 8add556f..4408e143 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,9 @@ /.build export-ignore /.github export-ignore +/.idea export-ignore /.phan export-ignore /.phpdoc export-ignore +/config export-ignore /docs export-ignore /examples export-ignore /tests export-ignore diff --git a/.gitignore b/.gitignore index a783a3ff..7ae58bf5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ vendor/* config/.env config/**/*.token* -config/cacert.pem +*cacert.pem composer.lock phpcs.xml phpdoc.xml