diff --git a/.gitignore b/.gitignore index 59629ef..5cf2280 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __*/ .phpunit.result.cache agconnect-services.json composer.lock -/.settings/ -/vendor/ -/docs/ +/.settings +/build +/docs +/vendor diff --git a/build/.gitignore b/build/.gitignore deleted file mode 100644 index dcd4317..0000000 --- a/build/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -mapkit_*.png -/testdox.html -/coverage/ -/cache/ -/thumbnail_*.png