From 72acbff26f4e517c56d722a417f182d1f5bcced7 Mon Sep 17 00:00:00 2001 From: Alexander Nitsche Date: Tue, 20 Jun 2023 12:54:59 +0200 Subject: [PATCH] TASK: Clean up .gitattributes and .gitignore 1. Sort entries by name. 2. Remove redundant "/nbproject/" and "/nbproject/private/". 3. Remove outdated "/build/logs/", "/cache/", "/debug/". --- .gitattributes | 2 +- .gitignore | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index aef855b..6b06107 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,8 +2,8 @@ .github export-ignore build export-ignore tests export-ignore -demo.php export-ignore .gitattributes export-ignore .gitignore export-ignore +demo.php export-ignore index.html export-ignore phpunit.xml export-ignore diff --git a/.gitignore b/.gitignore index cd6be76..04e2aa5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ -/.idea -/nbproject/private/ -/build/logs/ -/cache/ +.phpunit.result.cache + +/.idea/ /nbproject/ -/debug/ -/composer.lock /vendor/ +/composer.lock