Skip to content

Commit 81de6d2

Browse files
committedApr 19, 2012
initial commit
0 parents  commit 81de6d2

File tree

80 files changed

+1752
-0
lines changed

Some content is hidden

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

80 files changed

+1752
-0
lines changed
 

‎.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
#
3+
# If you find yourself ignoring temporary files generated by your text editor
4+
# or operating system, you probably want to add a global ignore instead:
5+
# git config --global core.excludesfile ~/.gitignore_global
6+
7+
# Ignore bundler config
8+
/.bundle
9+
/.DS_Store
10+
11+
# Ignore the default SQLite database.
12+
/db/*.sqlite3
13+
/config/database.yml
14+
/spec/db/*.sqlite3
15+
16+
# Ignore all logfiles and tempfiles.
17+
/log/*.log
18+
/tmp

‎.rspec

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--colour

0 commit comments

Comments
 (0)
Please sign in to comment.