diff --git a/.gitattributes b/.gitattributes index 604a269..79ab4cc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ -/bin export-ignore -/tests export-ignore -/.editorconfig export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/package.json export-ignore -/package-lock.json export-ignore +/bin/ export-ignore +/tests/ export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/package.json export-ignore +/package-lock.json export-ignore diff --git a/.gitignore b/.gitignore index e76c5f6..302fc55 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,6 @@ typings/ # FuseBox cache .fusebox/ -composer.phar /vendor/ /composer.lock +/composer.phar