attempt git lfs

pull/5/head
Arneth 3 years ago
parent bf40cd4d03
commit 04fdd02903

10
.gitattributes vendored

@ -1,9 +1,7 @@
## Unity ## ## Unity ##
*.cs diff=csharp text *.cs diff=csharp text
*.cginc text *.cginc text
*.shader text *.shader text
*.mat merge=unityyamlmerge eol=lf *.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf *.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf *.unity merge=unityyamlmerge eol=lf
@ -13,10 +11,7 @@
*.asset merge=unityyamlmerge eol=lf *.asset merge=unityyamlmerge eol=lf
*.meta merge=unityyamlmerge eol=lf *.meta merge=unityyamlmerge eol=lf
*.controller merge=unityyamlmerge eol=lf *.controller merge=unityyamlmerge eol=lf
## git-lfs ## ## git-lfs ##
#Image #Image
*.jpg filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text
@ -24,23 +19,19 @@
*.gif filter=lfs diff=lfs merge=lfs -text *.gif filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text *.psd filter=lfs diff=lfs merge=lfs -text
*.ai filter=lfs diff=lfs merge=lfs -text *.ai filter=lfs diff=lfs merge=lfs -text
#Audio #Audio
*.mp3 filter=lfs diff=lfs merge=lfs -text *.mp3 filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text *.wav filter=lfs diff=lfs merge=lfs -text
*.ogg filter=lfs diff=lfs merge=lfs -text *.ogg filter=lfs diff=lfs merge=lfs -text
#Video #Video
*.mp4 filter=lfs diff=lfs merge=lfs -text *.mp4 filter=lfs diff=lfs merge=lfs -text
*.mov filter=lfs diff=lfs merge=lfs -text *.mov filter=lfs diff=lfs merge=lfs -text
*.webm filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text
#3D Object #3D Object
*.FBX filter=lfs diff=lfs merge=lfs -text *.FBX filter=lfs diff=lfs merge=lfs -text
*.fbx filter=lfs diff=lfs merge=lfs -text *.fbx filter=lfs diff=lfs merge=lfs -text
*.blend filter=lfs diff=lfs merge=lfs -text *.blend filter=lfs diff=lfs merge=lfs -text
*.obj filter=lfs diff=lfs merge=lfs -text *.obj filter=lfs diff=lfs merge=lfs -text
#ETC #ETC
*.a filter=lfs diff=lfs merge=lfs -text *.a filter=lfs diff=lfs merge=lfs -text
*.exr filter=lfs diff=lfs merge=lfs -text *.exr filter=lfs diff=lfs merge=lfs -text
@ -54,3 +45,4 @@
*.rns filter=lfs diff=lfs merge=lfs -text *.rns filter=lfs diff=lfs merge=lfs -text
*.reason filter=lfs diff=lfs merge=lfs -text *.reason filter=lfs diff=lfs merge=lfs -text
*.lxo filter=lfs diff=lfs merge=lfs -text *.lxo filter=lfs diff=lfs merge=lfs -text
/Assets/StreamingAssets/ filter=lfs diff=lfs merge=lfs -text

68
.gitignore vendored

@ -1,4 +1,7 @@
#Unity # This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
/[Ll]ibrary/ /[Ll]ibrary/
/[Tt]emp/ /[Tt]emp/
/[Oo]bj/ /[Oo]bj/
@ -7,29 +10,64 @@
/[Ll]ogs/ /[Ll]ogs/
/[Uu]ser[Ss]ettings/ /[Uu]ser[Ss]ettings/
# Unity3D generated file on crash reports # MemoryCaptures can get excessive in size.
sysinfo.txt # They also could contain extremely sensitive data
/[Mm]emoryCaptures/
# Recordings can get excessive in size
/[Rr]ecordings/
# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*
# Autogenerated Jetbrains Rider plugin
/[Aa]ssets/Plugins/Editor/JetBrains*
# Log files # Visual Studio cache directory
*.log .vs/
# Gradle cache directory
.gradle/
# Large Assets # Autogenerated VS/MD/Consulo solution and project files
/[Aa]ssets/AssetBundles/* ExportedObj/
/[Aa]ssets/StreamingAssets/* .consulo/
/[Aa]ssets/Resources/mp3 *.csproj
/[Ss]ave/* *.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db
#Unity Meta Files # Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta
*.meta *.meta
# Unity3D generated file on crash reports
sysinfo.txt
# Builds # Builds
*.apk *.apk
*.aab *.aab
*.unitypackage *.unitypackage
*.app *.app
# Gradle cache directory # Crashlytics generated file
.gradle/ crashlytics-build.properties
# Visual Studio cache directory # Packed Addressables
.vs/ /[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 132 B

BIN
Assets/Resources/mp3/bgm/ace_t_ali.mp3 (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Assets/Resources/mp3/bgm/battle_ali.mp3 (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Assets/Resources/mp3/bgm/cafe_ali.mp3 (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Assets/Resources/mp3/bgm/gag1_a_ali.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/bgm/gag3_a_ali.mp3 (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Assets/Resources/mp3/bgm/home_a_ali.mp3 (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Assets/Resources/mp3/bgm/purposely.mp3 (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se001.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se002.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se003.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se004.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se005.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se007.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se008.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se009.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se010.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se011.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se012.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Resources/mp3/se/hea_se014.mp3 (Stored with Git LFS)

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save