Updated .gitignore and author details (#777)

* Add author details and name mapping for chrisryan10 (#773)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Add build to ignore for my linux dev (#775)

Co-authored-by: Chris Ryan <chrisr@blackhole>

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
Chris Ryan 2025-08-10 21:28:04 +10:00 committed by GitHub
parent 553a86c2b1
commit c7ec2eb5ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View file

@ -2,5 +2,6 @@
node_modules
/packs
Build
build
foundry
styles/daggerheart.css
styles/daggerheart.css

View file

@ -44,6 +44,10 @@
"url": "https://github.com/joaquinpereyra98",
"email": "joaquinpereyra98@gmail.com",
"discord": "joaquinp98"
},
{
"name": "chrisryan10",
"discord": "lazjen"
}
],
"esmodules": ["build/daggerheart.js"],