chore(git): update .gitignore and .gitattributes
This commit is contained in:
parent
4499ff39d0
commit
38f9ec6008
2 changed files with 16 additions and 16 deletions
8
.gitattributes
vendored
8
.gitattributes
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
Assets/Firebase/Plugins/x86_64/FirebaseCppApp-10_3_0.bundle filter=lfs diff=lfs merge=lfs -text
|
Playvoi.Client/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-10_3_0.bundle filter=lfs diff=lfs merge=lfs -text
|
||||||
Assets/Firebase/Plugins/x86_64/FirebaseCppApp-10_3_0.so filter=lfs diff=lfs merge=lfs -text
|
Playvoi.Client/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-10_3_0.so filter=lfs diff=lfs merge=lfs -text
|
||||||
Assets/Firebase/Plugins/x86_64/FirebaseCppApp-9_6_0.bundle filter=lfs diff=lfs merge=lfs -text
|
Playvoi.Client/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-9_6_0.bundle filter=lfs diff=lfs merge=lfs -text
|
||||||
Assets/Firebase/Plugins/x86_64/FirebaseCppApp-9_6_0.so filter=lfs diff=lfs merge=lfs -text
|
Playvoi.Client/Assets/Firebase/Plugins/x86_64/FirebaseCppApp-9_6_0.so filter=lfs diff=lfs merge=lfs -text
|
||||||
24
.gitignore
vendored
24
.gitignore
vendored
|
|
@ -1,17 +1,17 @@
|
||||||
[Ll]ibrary/
|
Playvoi.Client/[Ll]ibrary/
|
||||||
[Tt]emp/
|
Playvoi.Client/[Tt]emp/
|
||||||
[Oo]bj/
|
Playvoi.Client/[Oo]bj/
|
||||||
[Bb]uild/
|
Playvoi.Client/[Bb]uild/
|
||||||
[Bb]uilds/
|
Playvoi.Client/[Bb]uilds/
|
||||||
[Ll]ogs/
|
Playvoi.Client/[Ll]ogs/
|
||||||
[Uu]ser[Ss]ettings/
|
Playvoi.Client/[Uu]ser[Ss]ettings/
|
||||||
|
|
||||||
# MemoryCaptures can get excessive in size.
|
# MemoryCaptures can get excessive in size.
|
||||||
# They also could contain extremely sensitive data
|
# They also could contain extremely sensitive data
|
||||||
[Mm]emoryCaptures/
|
Playvoi.Client/[Mm]emoryCaptures/
|
||||||
|
|
||||||
# Autogenerated Jetbrains Rider plugin
|
# Autogenerated Jetbrains Rider plugin
|
||||||
[Aa]ssets/Plugins/Editor/JetBrains*
|
Playvoi.Client/[Aa]ssets/Plugins/Editor/JetBrains*
|
||||||
|
|
||||||
# Visual Studio cache directory
|
# Visual Studio cache directory
|
||||||
.vs/
|
.vs/
|
||||||
|
|
@ -50,9 +50,9 @@ ExportedObj/
|
||||||
*.apk
|
*.apk
|
||||||
|
|
||||||
# Rider Persisted State
|
# Rider Persisted State
|
||||||
[Pp]rojectSettings/RiderScriptEditorPersistedState.asset
|
Playvoi.Client/[Pp]rojectSettings/RiderScriptEditorPersistedState.asset
|
||||||
|
|
||||||
# MacOS
|
# MacOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Assets/FastScriptReload
|
Playvoi.Client/Assets/FastScriptReload
|
||||||
Assets/FastScriptReload.meta
|
Playvoi.Client/Assets/FastScriptReload.meta
|
||||||
Loading…
Reference in a new issue