We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede9055 commit d3be94cCopy full SHA for d3be94c
.gitignore
@@ -9,9 +9,19 @@
9
/[Bb]uilds/
10
/[Ll]ogs/
11
/[Mm]emoryCaptures/
12
+# エディタ拡張ではいらない
13
+/Packages/
14
+/ProjectSettings/
15
+/Assets/*
16
+!/Assets/coke12103/
17
+/Assets/coke12103/*
18
+!/Assets/coke12103.meta
19
+!/Assets/coke12103/*.meta
20
+!/Assets/coke12103/SimpleLight/
21
+/Assets/coke12103/SimpleLight/User/
22
+/Assets/coke12103/SimpleLight/User.meta
23
+
24
-# Asset meta data should only be ignored when the corresponding asset is also ignored
-!/[Aa]ssets/**/*.meta
25
26
# Uncomment this line if you wish to ignore the asset store tools plugin
27
# /[Aa]ssets/AssetStoreTools*
@@ -58,6 +68,3 @@ sysinfo.txt
58
68
# Crashlytics generated file
59
69
crashlytics-build.properties
60
70
61
-# エディタ拡張ではいらない
62
-/Packages/
63
-/ProjectSettings/
0 commit comments