From f48bf8b118efa0be7c362ac50858e49a6f764adc Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Wed, 5 Jun 2024 16:30:47 -0400 Subject: [PATCH] chore(repo): move .gitattributes to the root of the project (#29591) Issue number: resolves N/A --------- ## What is the current behavior? ## What is the new behavior? this was mistakenly put in the core directory in https://github.com/ionic-team/ionic-framework/pull/29584 ## Does this introduce a breaking change? - [ ] Yes - [X] No ## Other information --- core/.gitattributes => .gitattributes | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename core/.gitattributes => .gitattributes (100%) diff --git a/core/.gitattributes b/.gitattributes similarity index 100% rename from core/.gitattributes rename to .gitattributes