Skip to content

Commit 001d9f3

Browse files
committed
Initial commit
0 parents  commit 001d9f3

3 files changed

Lines changed: 407 additions & 0 deletions

File tree

.gitattributes

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Unity ##
2+
3+
LightingData.asset binary
4+
NavMesh.asset binary
5+
ProjectVersion.txt eol=lf
6+
7+
*.exr binary
8+
*.cs diff=csharp text
9+
*.cginc text
10+
*.shader text
11+
12+
*[tT]errain.asset binary
13+
*.mat eol=lf
14+
*.anim eol=lf
15+
*.unity eol=lf
16+
*.prefab eol=lf
17+
*.physicsMaterial2D eol=lf
18+
*.physicsMaterial eol=lf
19+
*.asset eol=lf
20+
*.meta eol=lf
21+
*.controller eol=lf
22+
*.asmdef eol=lf
23+
24+
## Collapse Unity-generated files on GitHub
25+
*.asset linguist-generated
26+
*.mat linguist-generated
27+
*.meta linguist-generated
28+
*.prefab linguist-generated
29+
*.unity linguist-generated

0 commit comments

Comments
 (0)