1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-05-01 08:27:46 +00:00

Add .zip to gitignore

This commit is contained in:
Joshua Goins 2025-04-28 15:47:29 -04:00
parent 75eca93f0d
commit ba6a61f85f
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@ config.json
obj/
*.user
dalamud/Auracite/bin
*.zip

View file

@ -76,7 +76,6 @@ pub fn parse_lodestone(data: &str) -> CharacterData {
{
let re = Regex::new(r"([^<]+)<br>([^\/]+)\s\/\s(\W)").unwrap();
let inner_html = block_name.inner_html();
dbg!(&inner_html);
let captures = re.captures(&inner_html).unwrap();
char_data.race =