Compare commits

..

No commits in common. "a94fa0259bcc4243350b138e8b530c1b88694976" and "0f7b54eb0305b6b162accd521ef26e1836f4142e" have entirely different histories.

3 changed files with 32 additions and 56 deletions

View file

@ -1,2 +1,2 @@
# auto detect text files and perform lf normalization # Auto detect text files and perform LF normalization
* text=auto * text=auto

View file

@ -1,6 +1,6 @@
# sauel-tracking: https://github.com/gitattributes/gitattributes/blob/master/Unity.gitattributes # sauel-tracking: https://github.com/gitattributes/gitattributes/blob/master/Unity.gitattributes
# unity source files # Unity source files
*.cginc text *.cginc text
*.compute text linguist-language=hlsl *.compute text linguist-language=hlsl
*.cs text diff=csharp *.cs text diff=csharp
@ -8,7 +8,7 @@
*.raytrace text linguist-language=hlsl *.raytrace text linguist-language=hlsl
*.shader text *.shader text
# unity json files # Unity JSON files
*.asmdef eol=lf linguist-language=json *.asmdef eol=lf linguist-language=json
*.asmref eol=lf linguist-language=json *.asmref eol=lf linguist-language=json
*.index eol=lf linguist-language=json *.index eol=lf linguist-language=json
@ -16,12 +16,12 @@
*.shadergraph eol=lf linguist-language=json *.shadergraph eol=lf linguist-language=json
*.shadersubgraph eol=lf linguist-language=json *.shadersubgraph eol=lf linguist-language=json
# unity ui toolkit files # Unity UI Toolkit files
*.tss text diff=css linguist-language=css *.tss text diff=css linguist-language=css
*.uss text diff=css linguist-language=css *.uss text diff=css linguist-language=css
*.uxml text linguist-language=xml linguist-detectable *.uxml text linguist-language=xml linguist-detectable
# unity yaml # Unity YAML
*.anim merge=unityyamlmerge eol=lf linguist-language=yaml *.anim merge=unityyamlmerge eol=lf linguist-language=yaml
*.asset merge=unityyamlmerge eol=lf linguist-language=yaml *.asset merge=unityyamlmerge eol=lf linguist-language=yaml
*.brush merge=unityyamlmerge eol=lf linguist-language=yaml *.brush merge=unityyamlmerge eol=lf linguist-language=yaml
@ -52,17 +52,17 @@
*.physicMaterial merge=unityyamlmerge eol=lf linguist-language=yaml *.physicMaterial merge=unityyamlmerge eol=lf linguist-language=yaml
*.physicsMaterial2D merge=unityyamlmerge eol=lf linguist-language=yaml *.physicsMaterial2D merge=unityyamlmerge eol=lf linguist-language=yaml
# exclude third-party plugins from github stats # Exclude third-party plugins from GitHub stats
Assets/Plugins/** linguist-vendored Assets/Plugins/** linguist-vendored
# unity lfs # Unity LFS
*.cubemap filter=lfs diff=lfs merge=lfs -text *.cubemap filter=lfs diff=lfs merge=lfs -text
*.unitypackage filter=lfs diff=lfs merge=lfs -text *.unitypackage filter=lfs diff=lfs merge=lfs -text
# world creator # World Creator
*.wcr filter=lfs diff=lfs merge=lfs -text *.wcr filter=lfs diff=lfs merge=lfs -text
# 3d models # 3D models
*.3dm filter=lfs diff=lfs merge=lfs -text *.3dm filter=lfs diff=lfs merge=lfs -text
*.3ds filter=lfs diff=lfs merge=lfs -text *.3ds filter=lfs diff=lfs merge=lfs -text
*.blend filter=lfs diff=lfs merge=lfs -text *.blend filter=lfs diff=lfs merge=lfs -text
@ -84,7 +84,7 @@ Assets/Plugins/** linguist-vendored
*.stl filter=lfs diff=lfs merge=lfs -text *.stl filter=lfs diff=lfs merge=lfs -text
*.ztl filter=lfs diff=lfs merge=lfs -text *.ztl filter=lfs diff=lfs merge=lfs -text
# audio # Audio
*.aif filter=lfs diff=lfs merge=lfs -text *.aif filter=lfs diff=lfs merge=lfs -text
*.aiff filter=lfs diff=lfs merge=lfs -text *.aiff filter=lfs diff=lfs merge=lfs -text
*.it filter=lfs diff=lfs merge=lfs -text *.it filter=lfs diff=lfs merge=lfs -text
@ -95,7 +95,7 @@ Assets/Plugins/** linguist-vendored
*.wav filter=lfs diff=lfs merge=lfs -text *.wav filter=lfs diff=lfs merge=lfs -text
*.xm filter=lfs diff=lfs merge=lfs -text *.xm filter=lfs diff=lfs merge=lfs -text
# video # Video
*.asf filter=lfs diff=lfs merge=lfs -text *.asf filter=lfs diff=lfs merge=lfs -text
*.avi filter=lfs diff=lfs merge=lfs -text *.avi filter=lfs diff=lfs merge=lfs -text
*.flv filter=lfs diff=lfs merge=lfs -text *.flv filter=lfs diff=lfs merge=lfs -text
@ -106,7 +106,7 @@ Assets/Plugins/** linguist-vendored
*.ogv filter=lfs diff=lfs merge=lfs -text *.ogv filter=lfs diff=lfs merge=lfs -text
*.wmv filter=lfs diff=lfs merge=lfs -text *.wmv filter=lfs diff=lfs merge=lfs -text
# images # Images
*.bmp filter=lfs diff=lfs merge=lfs -text *.bmp filter=lfs diff=lfs merge=lfs -text
*.exr filter=lfs diff=lfs merge=lfs -text *.exr filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text *.gif filter=lfs diff=lfs merge=lfs -text

View file

@ -1,6 +1,9 @@
# sauel-tracking: https://github.com/github/gitignore/blob/main/Unity.gitignore # sauel-tracking: https://github.com/github/gitignore/blob/main/Unity.gitignore
# this .gitignore file should be placed at the root of your unity project directory
# 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/
@ -9,23 +12,26 @@
/[Ll]ogs/ /[Ll]ogs/
/[Uu]ser[Ss]ettings/ /[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/ /[Mm]emoryCaptures/
# recordings can get excessive in size # Recordings can get excessive in size
/[Rr]ecordings/ /[Rr]ecordings/
# autogenerated jetbrains rider plugin # 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* /[Aa]ssets/Plugins/Editor/JetBrains*
# visual studio cache directory # Visual Studio cache directory
.vs/ .vs/
# gradle cache directory # Gradle cache directory
.gradle/ .gradle/
# autogenerated vs/md/consulo solution and project files # Autogenerated VS/MD/Consulo solution and project files
ExportedObj/ ExportedObj/
.consulo/ .consulo/
*.csproj *.csproj
@ -43,56 +49,26 @@ ExportedObj/
*.opendb *.opendb
*.VC.db *.VC.db
# unity3d generated meta files # Unity3D generated meta files
*.pidb.meta *.pidb.meta
*.pdb.meta *.pdb.meta
*.mdb.meta *.mdb.meta
# unity3d generated file on crash reports # Unity3D generated file on crash reports
sysinfo.txt sysinfo.txt
# builds # Builds
*.apk *.apk
*.aab *.aab
*.unitypackage *.unitypackage
*.app *.app
# crashlytics generated file # Crashlytics generated file
crashlytics-build.properties crashlytics-build.properties
# packed addressables # Packed Addressables
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* /[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
# temporary auto-generated android assets # Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/* /[Aa]ssets/[Ss]treamingAssets/aa/*
# idea stuff
.idea/**/gradle.xml
.idea/**/libraries
.idea/modules.xml
.idea/*.iml
.idea/modules
.idea/**/mongoSettings.xml
.idea/replstate.xml
.idea/caches/build_file_checksums.ser
**/.idea/httpRequests/
**/.idea/**/usage.statistics.xml
**/.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/*/.idea/projectSettingsUpdater.xml
.idea/*/.idea/encodings.xml
**/.idea/**/dataSources/
**/.idea/**/dataSources.ids
**/.idea/**/dataSources.xml
**/.idea/**/dataSources.local.xml
**/.idea/**/sqlDataSources.xml
**/.idea/**/dynamic.xml
**/.idea/**/uiDesigner.xml
**/.idea/**/dbnavigator.xml
**/.idea/**/*.iml
**/.idea/**/contentModel.xml
**/.idea/**/modules.xml