1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-09-03 16:48:56 +00:00

Remove per-language config files (#2513)

This commit is contained in:
2024-04-10 15:18:32 -05:00
parent 1acdf1748f
commit 775ff52b14
27 changed files with 468 additions and 527 deletions

13
.gitignore vendored
View File

@@ -9,13 +9,11 @@ site
# 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
!.cache/plugin
/.cache/plugin/*
!.cache/plugin/social
/.cache/plugin/social/*
!.cache/plugin/social/fonts
# Local Netlify folder
.netlify
@@ -23,3 +21,4 @@ node_modules
# Python
.venv
.env