Skip to content

Commit d3be94c

Browse files
committed
update ignore file
1 parent ede9055 commit d3be94c

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.gitignore

+12-5
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,19 @@
99
/[Bb]uilds/
1010
/[Ll]ogs/
1111
/[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+
1224

13-
# Asset meta data should only be ignored when the corresponding asset is also ignored
14-
!/[Aa]ssets/**/*.meta
1525

1626
# Uncomment this line if you wish to ignore the asset store tools plugin
1727
# /[Aa]ssets/AssetStoreTools*
@@ -58,6 +68,3 @@ sysinfo.txt
5868
# Crashlytics generated file
5969
crashlytics-build.properties
6070

61-
# エディタ拡張ではいらない
62-
/Packages/
63-
/ProjectSettings/

0 commit comments

Comments
 (0)