Skip to content

Commit 1082fd8

Browse files
committed
:octocat: github updates
1 parent ddd8a7d commit 1082fd8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
UWP/
99
Assets/*.pfx
1010

11+
# Builds
12+
*.unitypackage
13+
14+
# Android
15+
*.apk
16+
1117
# Autogenerated VS/MD solution and project files
1218
*.csproj
1319
*.unityproj
@@ -18,6 +24,10 @@ Assets/*.pfx
1824
*.userprefs
1925
*.pidb
2026
*.booproj
27+
*.svd
28+
29+
# Source control temp files
30+
*.orig
2131

2232
# Unity3D generated meta files in directories
2333
*.pidb.meta

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Contains a Unity 5 project featuring two demo scenes for Azure App Services (pre
88
* Client-directed login with Facebook
99
* Insert Highscore
1010
* Update Highscore
11-
* Read list of Highscores (hall of fame)
11+
* Read list of Highscores using infinite scrolling (hall of fame)
1212
* Query for today's top ten highscores (daily leaderboard)
1313
* Query for username (user's scores)
1414

0 commit comments

Comments
 (0)