Begin work on the English documentation in a compendium

This commit is contained in:
Oliver-Akins 2025-05-27 01:53:55 -06:00
parent 9b3751b281
commit 4b78ab4d01
7 changed files with 1392 additions and 0 deletions

7
.gitignore vendored
View file

@ -1,3 +1,10 @@
# Ignore all of the binaries and stuff that gets built for Foundry from the raw
# JSON data because it's annoying seeing it in my git changes when it isn't actually
# needed.
/packs/**/*
!/packs/**/*/
!/packs/**/*.json
# Logs
logs
*.log