-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
105 lines (86 loc) · 2.43 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.vs/
[Oo]bj/
[Bb]in/
Megumin.UnityPackage/Library/
Megumin.UnityPackage/Logs/
[p]ackages/
!Megumin.UnityPackage/Packages/
Megumin.UnityPackage/Temp/
Megumin.UnityPackage/Assembly-CSharp.csproj
Megumin.UnityPackage/Megumin.Explosion4Unity.csproj
Megumin.UnityPackage/Megumin.UnityPackage.sln
Megumin.UnityPackage/Packages/Megumin.Unity/Plugins/
Megumin.UnityPackage/Megumin.Explosion4Unity.Editor.csproj
Megumin.UnityPackage/Bulid/
Megumin.UnityPackage/Megumin.ReferenceViewer.csproj
Megumin.UnityPackage/Megumin.TMProExtention.csproj
Megumin.UnityPackage/ValidationSuiteResults/
Megumin.UnityPackage/Megumin.Explosion4Unity.Editor.Tests.csproj
Megumin.UnityPackage/Megumin.Explosion4Unity.Tests.csproj
Megumin.UnityPackage/Megumin.ReferenceView.Editor.Tests.csproj
Megumin.UnityPackage/Megumin.TMProExtension.csproj
Megumin.UnityPackage/Megumin.TMProExtension.Tests.csproj
Megumin.UnityPackage/npm-debug.log
Megumin.UnityPackage/Unity.Settings.Editor.csproj
Megumin.UnityPackage/Unity.Settings.Example.csproj
Megumin.UnityPackage/Unity.TextMeshPro.csproj
Megumin.UnityPackage/Unity.TextMeshPro.Editor.csproj
Megumin.UnityPackage/UnityEditor.TestRunner.csproj
Megumin.UnityPackage/UnityEditor.UI.csproj
Megumin.UnityPackage/UnityEngine.TestRunner.csproj
Megumin.UnityPackage/UnityEngine.UI.csproj
Megumin.UnityPackage/Assembly-CSharp-Editor.csproj
Megumin.UnityPackage/Unity.PackageValidationSuite.Editor.csproj
Megumin.UnityPackage/Unity.PackageValidationSuite.Editor.Extension.csproj
Megumin.UnityPackage/.vsconfig
Megumin.UnityPackage/BuildIL2CPP/
Megumin.UnityPackage/UserSettings/
Megumin.UnityPackage/Build/
# 2021年5月9日
#unity project gitignore
[Ll]ibrary/
*/[Ll]ibrary/
[Ll]ogs/
*/[Ll]ogs/
UIElementsSchema/
*/UIElementsSchema/
ExportedObj/
*/ExportedObj/
[Tt][Ee][Mm][Pp]/
*/[Tt][Ee][Mm][Pp]/
UserSettings/
*/UserSettings/
Recordings/
*/Recordings/
# ** 匹配目录和子目录
**/[Oo]bj/
**/[Bb]uild/
**/[Bb]uilds/
**/[Bb]uildIL2CPP/
**/[Dd]ebuglog/
**/Resource/tool/temp/
**/bin/Cache/
# Autogenerated VS/MD solution and project files
**/.vs/
*.vsconfig
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
/*.apk
/*.zip
#/*/*.apk
#/*/*.zip
Megumin.UnityPackage/Assets/AttributeCreateFile/AttrbuteEnumCreateTest_GenericCode.cs
Megumin.UnityPackage/Assets/AttributeCreateFile/AttrbuteEnumCreateTest_GenericCode.cs.meta