From e78a14c332ff1843fd043a330b2cf7ca0ded0ba8 Mon Sep 17 00:00:00 2001 From: Fery Wardiyanto Date: Mon, 30 Oct 2023 15:50:05 +0700 Subject: [PATCH] chore(dist): additional ignored files in distribution Signed-off-by: Fery Wardiyanto --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index ad17cf3..d480043 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,17 +3,17 @@ # Exclude unused files # see: https://redd.it/2jzp6k -submodules export-ignore .editorconfig export-ignore -.gitsubmodules export-ignore .gitattributes export-ignore -.gitignore export-ignore .github export-ignore +.gitignore export-ignore +.gitmodules export-ignore .vscode export-ignore CHANGELOG.md export-ignore -# README.md export-ignore composer.lock export-ignore package.json export-ignore phpunit.xml export-ignore +pnpm-lock.yaml export-ignore scripts export-ignore +submodules export-ignore tests export-ignore