Add initial pack definitions
This commit is contained in:
parent
5b9e808ea9
commit
8f206baf46
5 changed files with 146 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue