Skip to content

Commit 0a3c0c7

Browse files
author
Takayuki MATSUOKA
committed
Initial commit (.gitignore and .gitattributes)
0 parents  commit 0a3c0c7

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
7+
# Standard to msysgit
8+
*.doc diff=astextplain
9+
*.DOC diff=astextplain
10+
*.docx diff=astextplain
11+
*.DOCX diff=astextplain
12+
*.dot diff=astextplain
13+
*.DOT diff=astextplain
14+
*.pdf diff=astextplain
15+
*.PDF diff=astextplain
16+
*.rtf diff=astextplain
17+
*.RTF diff=astextplain

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Import from https://github.com/github/gitignore/blob/master/Unity.gitignore
2+
3+
/[Ll]ibrary/
4+
/[Tt]emp/
5+
/[Oo]bj/
6+
/[Bb]uild/
7+
/[Bb]uilds/
8+
/Assets/AssetStoreTools*
9+
10+
# Visual Studio 2015 cache directory
11+
/.vs/
12+
13+
# Autogenerated VS/MD/Consulo solution and project files
14+
ExportedObj/
15+
.consulo/
16+
*.csproj
17+
*.unityproj
18+
*.sln
19+
*.suo
20+
*.tmp
21+
*.user
22+
*.userprefs
23+
*.pidb
24+
*.booproj
25+
*.svd
26+
*.pdb
27+
28+
29+
# Unity3D generated meta files
30+
*.pidb.meta
31+
32+
# Unity3D Generated File On Crash Reports
33+
sysinfo.txt
34+
35+
# Builds
36+
*.apk
37+
*.unitypackage

0 commit comments

Comments
 (0)