mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 06:26:09 -07:00
add gitattributes
This commit is contained in:
parent
38cb0fd6cf
commit
36f2172b8f
8 changed files with 22 additions and 2 deletions
20
.gitattributes
vendored
Normal file
20
.gitattributes
vendored
Normal 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
|
|
@ -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>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue