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