Skip to content

Commit 5f13032

Browse files
committed
Tidying up and adding gitignore for OS X
1 parent 1464b6e commit 5f13032

7 files changed

Lines changed: 6 additions & 111 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

Phaser/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ Thumbs.db
2323
*.map
2424
*.orig
2525
*.js
26-
!kiwi-lite.js
26+
!phaser.js
2727
*.map
2828
*.config
29+
.DS_Store
2930
[Bb]in
3031
[Dd]ebug*/
3132
*.lib
@@ -34,3 +35,4 @@ obj/
3435
[Rr]elease*/
3536
_ReSharper*/
3637
[Tt]est[Rr]esult*
38+

Phaser/Phaser.csproj

Lines changed: 0 additions & 110 deletions
This file was deleted.

Tests/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Thumbs.db
2525
*.map
2626
*.config
2727
*.sublime-workspace
28+
.DS_Store
2829
launcher.html
2930
tests.html
3031
[Bb]in

Tests/assets/mp3/AlbumArtSmall.jpg

-9.01 KB
Binary file not shown.

Tests/assets/mp3/Folder.jpg

-43.5 KB
Binary file not shown.

build/phaser-06.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)