migration to platformio
This commit is contained in:
commit
cad91967b1
22 changed files with 2985 additions and 0 deletions
49
.gitattributes
vendored
Normal file
49
.gitattributes
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
# Custom for Visual Studio
|
||||
*.cs diff=csharp
|
||||
# Standard to msysgit
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
||||
|
||||
# ------------------------
|
||||
# LFS
|
||||
#-------------------------
|
||||
# libraries and packages
|
||||
*.a filter=lfs -crlf
|
||||
*.apk filter=lfs diff=lfs merge=lfs -text
|
||||
*.dll filter=lfs -crlf
|
||||
*.dylib filter=lfs diff=lfs merge=lfs -text
|
||||
*.exe filter=lfs -crlf
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
*.unitypackage filter=lfs -crlf
|
||||
*.zip filter=lfs -crlf
|
||||
|
||||
# models and playables
|
||||
*.blend filter=lfs -crlf
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
# images
|
||||
*.cubemap filter=lfs -crlf
|
||||
*.exr filter=lfs -crlf
|
||||
*.fbx filter=lfs -crlf
|
||||
*.hdr filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs -crlf
|
||||
*.gif filter=lfs -crlf
|
||||
*.mp3 filter=lfs -crlf
|
||||
*.wav filter=lfs -crlf
|
||||
*.mp4 filter=lfs -crlf
|
||||
*.png filter=lfs -crlf
|
||||
*.psd filter=lfs -crlf
|
||||
*.tga filter=lfs -crlf
|
||||
*.tif filter=lfs -crlf
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue