2022-04-01 19:29:18 +00:00
|
|
|
site
|
2023-04-10 10:11:05 -05:00
|
|
|
/i18n/
|
|
|
|
/includes/*
|
|
|
|
!/includes/*.en.*
|
2023-06-19 01:23:08 +00:00
|
|
|
/static/i18n/*
|
|
|
|
!/static/i18n/*.en.*
|
2023-04-10 10:11:05 -05:00
|
|
|
/theme/overrides/*
|
|
|
|
!/theme/overrides/*.en.*
|
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/*
|
|
|
|
!/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 11:28:59 -05:00
|
|
|
|
2024-02-27 10:11:19 +00:00
|
|
|
# Editor settings
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
|
|
|
!.vscode/settings.json
|
|
|
|
|
2023-06-21 11:28:59 -05:00
|
|
|
# Local Netlify folder
|
|
|
|
.netlify
|
2023-10-24 06:47:52 +00:00
|
|
|
node_modules
|