17 lines
207 B
Text
17 lines
207 B
Text
# ---> Foundry
|
|
dist/
|
|
*.link
|
|
*.txt
|
|
/foundry
|
|
/storage
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Environment Variables
|
|
.env
|
|
|
|
# Ignore compendium binaries but not source files
|
|
/packs/**/*
|
|
!/packs/**/*/
|
|
!/packs/**/*.json
|