mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-06 04:21:38 +00:00
Add GitAttributes
This commit is contained in:
31
.gitattributes
vendored
Normal file
31
.gitattributes
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
* text=auto
|
||||
*.html text diff=html
|
||||
*.css text
|
||||
*.js text
|
||||
*.cjs text
|
||||
*.json text
|
||||
*.lock text -diff
|
||||
package-lock.json text -diff
|
||||
*.svg text
|
||||
*.*ignore text
|
||||
*.svelte text diff=html
|
||||
*.svx text diff=markdown
|
||||
*.md text diff=markdown
|
||||
*.svg text
|
||||
*.woff2 binary
|
||||
*.*rc text
|
||||
|
||||
#
|
||||
# Exclude files from exporting
|
||||
#
|
||||
|
||||
.editorconfig export-ignore
|
||||
.eslintrc.cjs export-ignore
|
||||
.gitattributes export-ignore
|
||||
.github/ export-ignore
|
||||
.gitignore export-ignore
|
||||
.gitpod.yml export-ignore
|
||||
.npmrc export-ignore
|
||||
.prettierignore export-ignore
|
||||
.prettierrc export-ignore
|
||||
jest.config.cjs export-ignore
|
||||
Reference in New Issue
Block a user