Skip to content

Commit

Permalink
Add gitignore and gitattribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ytom committed Nov 30, 2016
1 parent 3af776c commit cb19084
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattribute
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.bytes eol=lf
*.asset eol=lf
*.shader eol=text
*.unity eol=text
*.cs eol=text
*.meta eol=lf
*.prefab eol=lf
.gitattributes text
.gitignore text
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/Assets/AssetStoreTools*

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd


# Unity3D generated meta files
*.pidb.meta

# Unity3D Generated File On Crash Reports
sysinfo.txt

# Builds
*.apk
*.unitypackage

0 comments on commit cb19084

Please sign in to comment.