1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-11 22:31:16 +00:00
Files
privacyguides.org/.gitignore
T

26 lines
448 B
Plaintext
Raw Normal View History

2022-04-01 19:29:18 +00:00
site
2023-04-10 10:11:05 -05:00
/i18n/
2024-04-14 15:55:35 +00:00
/includes/*.*.*
2023-04-10 10:11:05 -05:00
!/includes/*.en.*
2024-04-05 10:44:23 +00:00
/static/i18n/
/theme/overrides/*.*.*
2024-03-28 15:09:58 -05:00
# commit social card fonts to repo
# see: https://github.com/squidfunk/mkdocs-material/issues/6983
2023-05-30 16:39:22 -05:00
# ridiculous hide-and-seek https://stackoverflow.com/a/72380673
2024-03-28 15:09:58 -05:00
.cache/*
2024-04-10 15:18:32 -05:00
!.cache/plugin
/.cache/plugin/*
!.cache/plugin/social
/.cache/plugin/social/*
!.cache/plugin/social/fonts
2023-06-21 11:28:59 -05:00
# Local Netlify folder
.netlify
2023-10-24 06:47:52 +00:00
node_modules
2024-04-05 14:47:56 -05:00
# Python
.venv
2024-04-10 15:18:32 -05:00
.env
2024-04-11 06:41:22 +00:00
.mkdocs-insiders-*