From 87e5b840a96b5b7c22f9415fbc98617e3b6fbfec Mon Sep 17 00:00:00 2001 From: Kader Ibrahim S Date: Mon, 20 May 2024 11:20:06 +0530 Subject: [PATCH] Add hidden files to export ignore (#2747) --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a9a1949b1..514bc14ff 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -.dist.env +.dist.env export-ignore .gitattributes export-ignore .gitmodules export-ignore .gitignore export-ignore @@ -36,3 +36,7 @@ wordpress_org_assets export-ignore .nvmrc export-ignore storybook export-ignore .jsdocrc.json export-ignore +.npmrc export-ignore +.vscode export-ignore +data/.gitkeep export-ignore +.wp-env.json export-ignore