ripcrypt/.gitignore
2025-10-09 02:03:56 -06:00

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