Add project files with LFS support
This commit is contained in:
77
.gitignore
vendored
77
.gitignore
vendored
@@ -1,42 +1,37 @@
|
||||
# This .gitignore file supports nested Unity projects
|
||||
# This .gitignore file should be placed at the root of your Unity project directory
|
||||
#
|
||||
# Based on the ignore from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
||||
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
||||
#
|
||||
|
||||
.svn/
|
||||
|
||||
# Unity specific folders
|
||||
/**/[Ll]ibrary/*
|
||||
/**/[Tt]emp/*
|
||||
/**/[Oo]bj/*
|
||||
/**/[Bb]uild/*
|
||||
/**/[Bb]uilds/*
|
||||
/**/[Ll]ogs/*
|
||||
/**/[Uu]ser[Ss]ettings/*
|
||||
|
||||
/[Ll]ibrary/
|
||||
/[Tt]emp/
|
||||
/[Oo]bj/
|
||||
/[Bb]uild/
|
||||
/[Bb]uilds/
|
||||
/[Ll]ogs/
|
||||
/[Uu]ser[Ss]ettings/
|
||||
|
||||
# MemoryCaptures can get excessive in size.
|
||||
# They also could contain extremely sensitive data
|
||||
/**/[Mm]emoryCaptures/*
|
||||
/[Mm]emoryCaptures/
|
||||
|
||||
# Recordings can get excessive in size
|
||||
/**/[Rr]ecordings/*
|
||||
/[Rr]ecordings/
|
||||
|
||||
# Uncomment this line if you wish to ignore the asset store tools plugin
|
||||
# /**/[Aa]ssets/AssetStoreTools*
|
||||
# /[Aa]ssets/AssetStoreTools*
|
||||
|
||||
# Autogenerated Jetbrains Rider plugin
|
||||
/**/[Aa]ssets/Plugins/Editor/JetBrains*
|
||||
/[Aa]ssets/Plugins/Editor/JetBrains*
|
||||
|
||||
# Visual Studio cache directory
|
||||
/**/.vs/*
|
||||
.vs/
|
||||
|
||||
# Gradle cache directory
|
||||
/**/.gradle/*
|
||||
.gradle/
|
||||
|
||||
# Autogenerated VS/MD/Consulo solution and project files
|
||||
/**/ExportedObj/
|
||||
/**/.consulo/
|
||||
ExportedObj/
|
||||
.consulo/
|
||||
*.csproj
|
||||
*.unityproj
|
||||
*.sln
|
||||
@@ -70,40 +65,8 @@ sysinfo.txt
|
||||
crashlytics-build.properties
|
||||
|
||||
# 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
|
||||
/**/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||
/**/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
# *.obj Do Not Ignore since obj model files would conflict. These are ignored at a folder level.
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Fortran module files
|
||||
# *.mod Do Not Ignore since this would ignore fmod files. Likely not used.
|
||||
|
||||
#Blender backup files
|
||||
*.blend1
|
||||
|
||||
#Godot intermediate files
|
||||
/**/.godot/*
|
||||
|
||||
# These project files can be generated by engines
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.log
|
||||
|
||||
# -------------------------------------------------
|
||||
# Exceptional File Patterns
|
||||
#
|
||||
# This is a good place to override file patterns above for specific cases
|
||||
# -------------------------------------------------
|
||||
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||
6
.vsconfig
Normal file
6
.vsconfig
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"components": [
|
||||
"Microsoft.VisualStudio.Workload.ManagedGame"
|
||||
]
|
||||
}
|
||||
BIN
Assets - 快捷方式.lnk
Normal file
BIN
Assets - 快捷方式.lnk
Normal file
Binary file not shown.
5
bakery_times.log
Normal file
5
bakery_times.log
Normal file
@@ -0,0 +1,5 @@
|
||||
10/13/2025 17:11 | Scene_05 | 0h 35m 21s
|
||||
10/14/2025 15:14 | Scene_04 | 0h 2m 42s
|
||||
12/18/2025 03:46 | Scene_06 | 0h 0m 25s
|
||||
12/18/2025 03:47 | Scene_06 | 0h 0m 3s
|
||||
12/18/2025 03:47 | Scene_06 | 0h 0m 22s
|
||||
31190
ps_driver_sdk.log
Normal file
31190
ps_driver_sdk.log
Normal file
File diff suppressed because it is too large
Load Diff
BIN
程序工作相关文档.doc
Normal file
BIN
程序工作相关文档.doc
Normal file
Binary file not shown.
Reference in New Issue
Block a user