From ba6a61f85feb2872f0f48a6b61203c6bff750682 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 28 Apr 2025 15:47:29 -0400 Subject: [PATCH] Add .zip to gitignore --- .gitignore | 3 ++- src/parser.rs | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0b1c78e..f8749e4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ config.json .vs/ obj/ *.user -dalamud/Auracite/bin \ No newline at end of file +dalamud/Auracite/bin +*.zip diff --git a/src/parser.rs b/src/parser.rs index 467ec9c..1f7d8ed 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -76,7 +76,6 @@ pub fn parse_lodestone(data: &str) -> CharacterData { { let re = Regex::new(r"([^<]+)
([^\/]+)\s\/\s(\W)").unwrap(); let inner_html = block_name.inner_html(); - dbg!(&inner_html); let captures = re.captures(&inner_html).unwrap(); char_data.race =