Skip to content

Commit 3faa010

Browse files
committed
Initial commit
0 parents  commit 3faa010

143 files changed

Lines changed: 9706 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/[Ll]ibrary/
2+
/[Tt]emp/
3+
/[Oo]bj/
4+
/[Bb]uild/
5+
6+
# Autogenerated VS/MD solution and project files
7+
*.unityproj
8+
*.suo
9+
*.tmp
10+
*.user
11+
*.userprefs
12+
*.pidb
13+
*.booproj
14+
15+
# Unity3D generated meta files
16+
*.pidb.meta
17+
18+
# Unity3D Generated File On Crash Reports
19+
sysinfo.txt
20+
21+
bin/
22+
test-results/
23+
obj/
24+
25+
# NUnit
26+
TestResult.xml
27+
28+
# Vagrant
29+
.vagrant/
30+
31+
# Mountebank
32+
*mb.pid
33+
*mb.log

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version 0.1.0 (2015-10-08)
2+
--------------------------
3+
Initial release

DemoGame/.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/[Ll]ibrary/
2+
/[Tt]emp/
3+
/[Oo]bj/
4+
/[Bb]uild/
5+
6+
# Autogenerated VS/MD solution and project files
7+
*.csproj
8+
*.unityproj
9+
*.suo
10+
*.tmp
11+
*.user
12+
*.userprefs
13+
*.pidb
14+
*.booproj
15+
16+
# Unity3D generated meta files
17+
*.pidb.meta
18+
*.cs.meta
19+
*.meta
20+
21+
# Unity3D Generated File On Crash Reports
22+
sysinfo.txt
23+
24+
# Game files
25+
snowplow_pong_settings.dict
26+
snowplow_session.dict
27+
snowplow_events.db
28+
snowplow_events.db-shm
29+
snowplow_events.db-wal
7.46 KB
Binary file not shown.
4.86 KB
Binary file not shown.
3.13 KB
Loading
1.83 KB
Loading
2.56 KB
Loading
10.1 KB
Loading
13.1 KB
Loading

0 commit comments

Comments
 (0)