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:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user