1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2024-06-05 11:38:11 +00:00
privacyguides.org/.gitignore
Jonah Aragon c4c68f7f7e
Add run.sh script to project (#2517)
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
2024-04-11 16:11:22 +09:30

26 lines
444 B
Plaintext

site
/i18n/
/includes/*
!/includes/*.en.*
/static/i18n/
/theme/overrides/*.*.*
# commit social card fonts to repo
# see: https://github.com/squidfunk/mkdocs-material/issues/6983
# ridiculous hide-and-seek https://stackoverflow.com/a/72380673
.cache/*
!.cache/plugin
/.cache/plugin/*
!.cache/plugin/social
/.cache/plugin/social/*
!.cache/plugin/social/fonts
# Local Netlify folder
.netlify
node_modules
# Python
.venv
.env
.mkdocs-insiders-*