22 lines
417 B
Text
22 lines
417 B
Text
dist/
|
|
*.link
|
|
*.txt
|
|
/foundry
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.development.local
|
|
.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
|