diff --git a/.gitattributes b/.gitattributes index 489b50b..3095da8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,4 @@ /phpunit.xml export-ignore /phpunit.xml.dist export-ignore /tests export-ignore +/.composer.lock export-ignore diff --git a/.gitignore b/.gitignore index fa36fe5..4f38912 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ +.idea vendor composer.lock -.idea