We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e17e7a commit bf6554cCopy full SHA for bf6554c
.gitignore
@@ -1,6 +1,8 @@
1
2
# Created by https://www.gitignore.io/api/unity
3
4
+.DS_Store
5
+
6
### Unity ###
7
/*/*/[Ll]ogs/
8
/*/*/[Ll]ibrary/
@@ -10,6 +12,8 @@
10
12
/*/*/[Bb]uilds/
11
13
/*/*/Assets/AssetStoreTools*
14
15
+/*/*/UserSettings/
16
17
### Unity Done ###
18
/*/*/*/[Ll]ogs/
19
/*/*/*/[Ll]ibrary/
@@ -19,6 +23,8 @@
23
/*/*/*/[Bb]uilds/
20
24
/*/*/*/Assets/AssetStoreTools*
21
25
26
+/*/*/*/UserSettings/
27
22
28
# Visual Studio 2015 cache directory
29
/**/.vs/
30
0 commit comments