Tell git to ignore the compiled files from Foundry

This commit is contained in:
Oliver-Akins 2024-02-13 20:07:51 -07:00
parent 29a1e0eacf
commit 1a102074d5

7
.gitignore vendored
View file

@ -4,3 +4,10 @@ node_modules/
references.txt
.styles/
/foundry.js
# 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