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

9
.gitignore vendored
View file

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