1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-05 02:01:06 +00:00
Files
privacyguides.org/.gitignore
2024-04-05 21:14:23 +10:30

23 lines
475 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/*
!/config/.cache
/config/.cache/*
!/config/.cache/plugin
/config/.cache/plugin/*
!/config/.cache/plugin/social
/config/.cache/plugin/social/*
!/config/.cache/plugin/social/fonts
# Local Netlify folder
.netlify
node_modules