Skip to content

Commit

Permalink
Added gitignore for Unity
Browse files Browse the repository at this point in the history
  • Loading branch information
John Luxford committed Jun 30, 2017
1 parent 53e5ce6 commit 71f5bbb
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/Assets/AssetStoreTools*

# Autogenerated VS/MD solution and project files
ExportedObj/
*.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

*.db
*.db-wal
*.db-shm
*.db.meta
*.db-wal.meta
*.db-shm.meta
*.log

0 comments on commit 71f5bbb

Please sign in to comment.