Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating documentation and adding of Data records #288

Merged
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Default for all
* text=auto eol=lf
*.txt text

# Documentation
*.md text diff=markdown eol=crlf export-ignore
Expand All @@ -9,10 +10,9 @@
*.csv text diff=csv
*.xml text diff=xml
*.json text diff=json
*.txt text

# Image Formats
*.svg text eol=lf diff=xml
*.svg text diff=xml
*.bmp binary diff=exif
*.png binary diff=exif
*.tga binary diff=exif
Expand All @@ -33,6 +33,7 @@
.gitignore text diff=gitignore export-ignore
.gitattributes text diff=gitattributes export-ignore
.gitmodules text diff=gitmodules export-ignore

/.scripts export-ignore
/.github export-ignore
/docs export-ignore
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@

*.tar.gz
*.zip


# Directories
.vs/*

Large diffs are not rendered by default.

Loading