add gitattributes

This commit is contained in:
UbitUmarov 2022-08-23 22:51:36 +01:00
parent 38cb0fd6cf
commit 36f2172b8f
8 changed files with 24 additions and 4 deletions

20
.gitattributes vendored Normal file
View File

@ -0,0 +1,20 @@
*.lsl binary
*.dat binary
*.bmp binary
*.BMP binary
*.gif binary
*.ico binary
*.j2c binary
*.j2k binary
*.jpg binary
*.png binary
*.tga binary
*.tif binary
*.db2 binary
*.llm binary
*.nib binary
*.rtf binary
*.ttf binary
*.ogg binary
*.dll binary
*.exe binary

View File

@ -3,12 +3,12 @@
<Key Name="assetID" Value="4b6a777d-7bcd-4fc4-b06f-929b21e32925" />
<Key Name="name" Value="EmptyNotecard" />
<Key Name="assetType" Value="7" />
<Key Name="fileName" Value="EmptyNotecard.txt" />
<Key Name="fileName" Value="EmptyNotecard.dat" />
</Section>
<Section Name="Welcome notecard">
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
<Key Name="name" Value="WelcomeNote" />
<Key Name="assetType" Value="7" />
<Key Name="fileName" Value="welcomeNote.txt" />
<Key Name="fileName" Value="welcomeNote.dat" />
</Section>
</Nini>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long