diff --git a/.gitattributes b/.gitattributes index 38bac848..8c4e4716 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ +/*.dist export-ignore +/*.yml export-ignore /.* export-ignore -/couscous.yml export-ignore +/bin export-ignore /docs export-ignore -/phpunit.xml.dist export-ignore /tests export-ignore diff --git a/couscous.yml b/couscous.yml deleted file mode 100644 index 709525fb..00000000 --- a/couscous.yml +++ /dev/null @@ -1,41 +0,0 @@ -template: - url: https://github.com/Respect/RespectCouscous - -exclude: - - library - - tests - - vendor - -baseUrl: http://respect.github.io/Validation - -github: - user: Respect - repo: Validation - -title: Respect\Validation -subTitle: The most awesome validation engine ever created for PHP - -gaTrackingId: UA-59839366-1 - -menu: - sections: - main: - items: - home: - text: Home - relativeUrl: / - contributing: - text: Contributing - relativeUrl: /contributing.html - featureguide: - text: Feature Guide - relativeUrl: /docs/ - installation: - text: Installation - relativeUrl: /docs/install.html - license: - text: License - relativeUrl: /license.html - validators: - text: Validators - relativeUrl: /docs/validators.html