mirror of
https://gitlab.com/ProcyonLotor/vrchat-template.git
synced 2026-08-25 18:53:53 +05:00
Updated .gitattributes and .gitignore
This commit is contained in:
7
.gitattributes
vendored
7
.gitattributes
vendored
@@ -31,6 +31,12 @@
|
|||||||
*.ma text eol=lf
|
*.ma text eol=lf
|
||||||
*.mb filter=lfs diff=lfs merge=lfs -text
|
*.mb filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
# Substance Painter/Designer
|
||||||
|
.sbs text eol=lf
|
||||||
|
.sbsar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
.spp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
.spsm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
# Filmbox
|
# Filmbox
|
||||||
# *your mileage may vary, since .fbx can be either in binary or ascii
|
# *your mileage may vary, since .fbx can be either in binary or ascii
|
||||||
# *.fbx text eol=lf
|
# *.fbx text eol=lf
|
||||||
@@ -51,6 +57,7 @@
|
|||||||
*.tga filter=lfs diff=lfs merge=lfs -text
|
*.tga filter=lfs diff=lfs merge=lfs -text
|
||||||
*.tif filter=lfs diff=lfs merge=lfs -text
|
*.tif filter=lfs diff=lfs merge=lfs -text
|
||||||
*.tiff filter=lfs diff=lfs merge=lfs -text
|
*.tiff filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.webp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
# Videos
|
# Videos
|
||||||
*.avi filter=lfs diff=lfs merge=lfs -text
|
*.avi filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|||||||
12
.gitignore
vendored
12
.gitignore
vendored
@@ -103,3 +103,15 @@ crashlytics-build.properties
|
|||||||
*.blend[0-9]*
|
*.blend[0-9]*
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
# Windows trash
|
||||||
|
[Tt]humbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
[Dd]esktop.ini
|
||||||
|
|
||||||
|
# gayOS trash
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
._*
|
||||||
|
|||||||
Reference in New Issue
Block a user