From f7a57a7f89f36c96eb312e98044f1326b705559f Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Wed, 29 Jul 2020 10:34:29 +0200 Subject: [PATCH] Update list of files to be exported by Git Also, remove "couscous.yml" that is not being used anymore. Signed-off-by: Henrique Moody --- .gitattributes | 5 +++-- couscous.yml | 41 ----------------------------------------- 2 files changed, 3 insertions(+), 43 deletions(-) delete mode 100644 couscous.yml 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