Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéo Colombaro <git@colombaro.fr>2022-02-23 14:08:18 +0300
committerGitHub <noreply@github.com>2022-02-23 14:08:18 +0300
commitc30547d61c325cfc742f22cf7cdb6601ae2a9649 (patch)
treef4798234644e62bf1d7ee652fa7de639ea71e790
parentab8939f265bcef00937c114ca51c09d6cf3bcc7f (diff)
Clean up gitattributes
-rw-r--r--.gitattributes3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index bdac4cf1..16e99d7c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,10 +5,9 @@
*.php diff=php
# Do not generate diff for vendored files
-/includes/vendor/* -diff
+/includes/vendor/** -diff
# Exclude certain files or directories when generating an archive
-assets/less/ export-ignore
/.git* export-ignore
/*.md export-ignore
tests/ export-ignore