We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61df90 commit 010613aCopy full SHA for 010613a
.gitattributes
@@ -0,0 +1,2 @@
1
+* linguist-vendored
2
+*.cs linguist-vendored=false
.gitignore
@@ -2,13 +2,13 @@
#
3
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
4
5
-/[Ll]ibrary/
6
-/[Tt]emp/
7
-/[Oo]bj/
8
-/[Bb]uild/
9
-/[Bb]uilds/
10
-/[Ll]ogs/
11
-/[Mm]emoryCaptures/
+[Ll]ibrary/
+[Tt]emp/
+[Oo]bj/
+[Bb]uild/
+[Bb]uilds/
+[Ll]ogs/
+[Mm]emoryCaptures/
12
13
# Asset meta data should only be ignored when the corresponding asset is also ignored
14
!/[Aa]ssets/**/*.meta
0 commit comments