1
0
mirror of https://github.com/privacyguides/blog.privacyguides.org.git synced 2025-07-16 08:22:45 +00:00

Initial commit

This commit is contained in:
2022-10-23 18:22:02 -05:00
commit 26fcd1924c
31 changed files with 2282 additions and 0 deletions

14
.gitattributes vendored Normal file
View File

@ -0,0 +1,14 @@
# Auto detect text files and perform LF normalization
* text=auto
docs/** -linguist-documentation
.git* text
*.json text
*.js text
*.md text linguist-detectable
*.{yml,yaml} text
*.{htm,html} text diff=html
*.svg text
*.png binary
*.{jpeg,jpg} binary