mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
aaa843d272
Tidies up a number of things: - Outdated links that redirect - Dead links - Remove unnecessary parameters eg "en" and "en-US" - Shortened amazon, apps.apple.com, reddit links - Removed trailing / - Remove www (except for PG assets) - Optimize unoptimized SVGs and remove xml declarations - Lint yaml, md files Co-Authored-By: Daniel Gray <dngray@privacyguides.org>
29 lines
567 B
Plaintext
29 lines
567 B
Plaintext
site
|
|
/i18n/
|
|
/includes/*
|
|
!/includes/*.en.*
|
|
/static/i18n/*
|
|
!/static/i18n/*.en.*
|
|
/theme/overrides/*
|
|
!/theme/overrides/*.en.*
|
|
# 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
|
|
|
|
# Editor settings
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
node_modules
|