Skip to content

Commit 010613a

Browse files
committed
Setting git ignore and attributes
1 parent e61df90 commit 010613a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* linguist-vendored
2+
*.cs linguist-vendored=false

.gitignore

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
#
33
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
44
#
5-
/[Ll]ibrary/
6-
/[Tt]emp/
7-
/[Oo]bj/
8-
/[Bb]uild/
9-
/[Bb]uilds/
10-
/[Ll]ogs/
11-
/[Mm]emoryCaptures/
5+
[Ll]ibrary/
6+
[Tt]emp/
7+
[Oo]bj/
8+
[Bb]uild/
9+
[Bb]uilds/
10+
[Ll]ogs/
11+
[Mm]emoryCaptures/
1212

1313
# Asset meta data should only be ignored when the corresponding asset is also ignored
1414
!/[Aa]ssets/**/*.meta

0 commit comments

Comments
 (0)