2022-04-01 21:29:18 +02:00
|
|
|
site
|
2023-04-10 17:11:05 +02:00
|
|
|
/i18n/
|
|
|
|
/includes/*
|
|
|
|
!/includes/*.en.*
|
2023-06-19 03:23:08 +02:00
|
|
|
/static/i18n/*
|
|
|
|
!/static/i18n/*.en.*
|
2023-04-10 17:11:05 +02:00
|
|
|
/theme/overrides/*
|
|
|
|
!/theme/overrides/*.en.*
|
2024-03-28 21:09:58 +01:00
|
|
|
# commit social card fonts to repo
|
|
|
|
# see: https://github.com/squidfunk/mkdocs-material/issues/6983
|
2023-05-30 23:39:22 +02:00
|
|
|
# ridiculous hide-and-seek https://stackoverflow.com/a/72380673
|
2024-03-28 21:09:58 +01:00
|
|
|
.cache/*
|
|
|
|
!/config/.cache
|
|
|
|
/config/.cache/*
|
|
|
|
!/config/.cache/plugin
|
|
|
|
/config/.cache/plugin/*
|
|
|
|
!/config/.cache/plugin/social
|
|
|
|
/config/.cache/plugin/social/*
|
|
|
|
!/config/.cache/plugin/social/fonts
|
2023-06-21 18:28:59 +02:00
|
|
|
|
2024-02-27 11:11:19 +01:00
|
|
|
# Editor settings
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
|
|
|
!.vscode/settings.json
|
|
|
|
|
2023-06-21 18:28:59 +02:00
|
|
|
# Local Netlify folder
|
|
|
|
.netlify
|
2023-10-24 08:47:52 +02:00
|
|
|
node_modules
|