Skip to content

Commit bf6554c

Browse files
committed
gitignore 갱신
1 parent 8e17e7a commit bf6554c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# Created by https://www.gitignore.io/api/unity
33

4+
.DS_Store
5+
46
### Unity ###
57
/*/*/[Ll]ogs/
68
/*/*/[Ll]ibrary/
@@ -10,6 +12,8 @@
1012
/*/*/[Bb]uilds/
1113
/*/*/Assets/AssetStoreTools*
1214

15+
/*/*/UserSettings/
16+
1317
### Unity Done ###
1418
/*/*/*/[Ll]ogs/
1519
/*/*/*/[Ll]ibrary/
@@ -19,6 +23,8 @@
1923
/*/*/*/[Bb]uilds/
2024
/*/*/*/Assets/AssetStoreTools*
2125

26+
/*/*/*/UserSettings/
27+
2228
# Visual Studio 2015 cache directory
2329
/**/.vs/
2430

0 commit comments

Comments
 (0)