- Implemented `upsert-allewis-from-5001.js` to fetch and update Allewis data from API. - Created `upsert-missing-movement-from-5001.js` to fill missing movement and wounds data from API. - Developed `upsert-missing-movement-from-pdfs.js` to extract movement and wounds from PDF text. - Added `upsert-missing-profiles-from-pdfs.js` to fill missing profiles from PDF data. - Introduced `upsert-missing-wounds-from-pdfs.js` to update wounds data from PDF sources. - Created `validate-bestiary.js` to validate the structure of the bestiary JSON. - Updated `BestiaryTab.jsx` component to display bestiary data with improved structure and search functionality. - Added tests for `BestiaryTab` to ensure proper rendering and functionality.
40 lines
824 B
Plaintext
Executable File
40 lines
824 B
Plaintext
Executable File
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
Deathwatch-Core-Rulebook.pdf
|
|
data/journal/*
|
|
data/Deathwatch - Core Rulebook.pdf
|
|
data/Deathwatch - Ark of Lost Souls.pdf
|
|
data/Deathwatch Living Errata v1-1.pdf
|
|
.gitignore
|
|
data/Deathwatch - First Founding.pdf
|
|
data/Deathwatch - Honour the Chapter.pdf
|
|
data/Deathwatch - Mark of the Xenos.pdf
|
|
data/Deathwatch - Oblivions Edge.pdf
|
|
data/Deathwatch - Final Sanction.pdf
|
|
data/Deathwatch - The Outer Reach.pdf
|
|
data/Deathwatch - The Achilus Assault.pdf
|
|
|
|
# Ignore all PDF files (prevent including copyrighted book PDFs)
|
|
*.pdf
|