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:
parent
75eca93f0d
commit
ba6a61f85f
2 changed files with 2 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,4 +4,5 @@ config.json
|
|||
.vs/
|
||||
obj/
|
||||
*.user
|
||||
dalamud/Auracite/bin
|
||||
dalamud/Auracite/bin
|
||||
*.zip
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue