Add initial pack definitions

This commit is contained in:
Eldritch-Oliver 2025-10-09 02:03:18 -06:00
parent 5b9e808ea9
commit 8f206baf46
5 changed files with 146 additions and 1 deletions

7
.gitignore vendored
View file

@ -13,3 +13,10 @@ jspm_packages/
.env.test.local
.env.production.local
.env.local
# 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