prepare .git* for MAUI-based project

This commit is contained in:
Christopher Willis-Ford 2022-03-14 10:01:10 -07:00
parent bc42a2e8fc
commit d31309b7e4
2 changed files with 19 additions and 0 deletions

13
.gitattributes vendored
View file

@ -5,13 +5,26 @@
# People who (for example) rsync between Windows and Linux need this.
# File types which we know are binary
*.ai binary
*.png binary
*.ttf binary
# Prefer LF for most file types
# if we need binary plist files we'll need to switch *.plist to binary!
*.appxmanifest text eol=lf
*.cs text eol=lf
*.csproj text eol=lf
*.html text eol=lf
*.json text eol=lf
*.manifest text eol=lf
*.md text eol=lf
*.plist text eol=lf
*.sh text eol=lf
*.sln text eol=lf
*.svg text eol=lf
*.txt text eol=lf
*.xaml text eol=lf
*.xml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf

6
.gitignore vendored
View file

@ -1,3 +1,9 @@
.idea/
.vs/
.vscode/
bin/
obj/
[._]DS_Store
*.csproj.user