Skip to content

Commit d016d08

Browse files
author
DrLuthor
committed
Initial commit
0 parents  commit d016d08

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
*.rbc
2+
*.sassc
3+
.sass-cache
4+
capybara-*.html
5+
.rspec
6+
/.bundle
7+
/vendor/bundle
8+
/log/*
9+
/tmp/*
10+
/db/*.sqlite3
11+
/public/system/*
12+
/coverage/
13+
/spec/tmp/*
14+
**.orig
15+
rerun.txt
16+
pickle-email-*.html

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cookbook
2+
========

0 commit comments

Comments
 (0)