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.*
|
2023-05-30 17:39:22 -04:00
|
|
|
# include Bagnard font in social card
|
|
|
|
# (not available in Google Fonts)
|
|
|
|
# ridiculous hide-and-seek https://stackoverflow.com/a/72380673
|
|
|
|
/.cache/*
|
|
|
|
!/.cache/plugin
|
|
|
|
/.cache/plugin/*
|
|
|
|
!/.cache/plugin/social
|
|
|
|
/.cache/plugin/social/*
|
|
|
|
!/.cache/plugin/social/fonts
|
|
|
|
/.cache/plugin/social/fonts/*
|
|
|
|
!/.cache/plugin/social/fonts/Bagnard
|
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
|