Skip to content

Commit ef18662

Browse files
committedJun 12, 2014
initial scaffold
0 parents  commit ef18662

Some content is hidden

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

74 files changed

+2005
-0
lines changed
 

‎.gitignore

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Created by http://www.gitignore.io
2+
3+
### Jekyll ###
4+
_site/
5+
6+
7+
### Ruby ###
8+
*.gem
9+
*.rbc
10+
/.config
11+
/coverage/
12+
/InstalledFiles
13+
/pkg/
14+
/spec/reports/
15+
/test/tmp/
16+
/test/version_tmp/
17+
/tmp/
18+
19+
## Specific to RubyMotion:
20+
.dat*
21+
.repl_history
22+
build/
23+
24+
## Documentation cache and generated files:
25+
/.yardoc/
26+
/_yardoc/
27+
/doc/
28+
/rdoc/
29+
30+
## Environment normalisation:
31+
/.bundle/
32+
/lib/bundler/man/
33+
34+
# for a library or gem, you might want to ignore these files since the code is
35+
# intended to run in multiple environments; otherwise, check them in:
36+
Gemfile.lock
37+
# .ruby-version
38+
# .ruby-gemset
39+
40+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
41+
.rvmrc
42+
43+
44+
### Linux ###
45+
*~
46+
47+
# KDE directory preferences
48+
.directory
49+
50+
51+
### OSX ###
52+
.DS_Store
53+
.AppleDouble
54+
.LSOverride
55+
56+
# Icon must end with two \r
57+
Icon
58+
59+
# Thumbnails
60+
._*
61+
62+
# Files that might appear on external disk
63+
.Spotlight-V100
64+
.Trashes
65+
66+
# Directories potentially created on remote AFP share
67+
.AppleDB
68+
.AppleDesktop
69+
Network Trash Folder
70+
Temporary Items
71+
.apdisk
72+
73+
74+
### Sass ###
75+
.sass-cache
76+

‎.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.