mirror of
https://github.com/scratchfoundation/scratch-link.git
synced 2024-11-15 03:15:04 -05:00
prepare .git* for MAUI-based project
This commit is contained in:
parent
bc42a2e8fc
commit
d31309b7e4
2 changed files with 19 additions and 0 deletions
13
.gitattributes
vendored
13
.gitattributes
vendored
|
@ -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
6
.gitignore
vendored
|
@ -1,3 +1,9 @@
|
|||
.idea/
|
||||
.vs/
|
||||
.vscode/
|
||||
bin/
|
||||
obj/
|
||||
|
||||
[._]DS_Store
|
||||
|
||||
*.csproj.user
|
||||
|
|
Loading…
Reference in a new issue