From 0ac46fcee2df90683b34b1154010c8de075f559e Mon Sep 17 00:00:00 2001 From: zombieb Date: Mon, 9 Jun 2025 00:30:55 -0400 Subject: [PATCH] what's a git --- .gitignore | 5 ++--- src/data/profiles.ts | 5 +---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9179213..26afd79 100644 --- a/.gitignore +++ b/.gitignore @@ -137,6 +137,5 @@ dist # galvanic corrosion build process /ver.ts.bak /build - -# used to attach license to each file -/append.ts \ No newline at end of file +# local development purposes +/graph.svg \ No newline at end of file diff --git a/src/data/profiles.ts b/src/data/profiles.ts index b6f92bf..b2eed5a 100644 --- a/src/data/profiles.ts +++ b/src/data/profiles.ts @@ -387,7 +387,4 @@ export class UnifiedProfileBase { } -const UnifiedProfile = ""; - -export { Profile }; -export default UnifiedProfile; +export { Profile }; \ No newline at end of file