Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dac15fc

Browse files
committedMar 30, 2014
boot
0 parents  commit dac15fc

Some content is hidden

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

46 files changed

+2540
-0
lines changed
 

‎.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
_site/*
2+
_theme_packages/*
3+
4+
Thumbs.db
5+
.DS_Store
6+
7+
!.gitkeep
8+
9+
.rbenv-version
10+
.rvmrc

‎404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sorry this page does not exist =(

0 commit comments

Comments
 (0)
Please sign in to comment.