Tell git to ignore the compiled files from Foundry
This commit is contained in:
parent
29a1e0eacf
commit
1a102074d5
1 changed files with 8 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -4,3 +4,10 @@ node_modules/
|
||||||
references.txt
|
references.txt
|
||||||
.styles/
|
.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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue