diff options
| author | Teddy Wing | 2013-04-07 00:39:40 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-07 00:39:40 -0400 |
| commit | bfa6c83b8c9cfca37eb5c1ac07f2098b898c771b (patch) | |
| tree | 0e46a3c8a44071ee2e65b9748326c39c6a3e5eaa /.gitignore | |
| download | clips-bfa6c83b8c9cfca37eb5c1ac07f2098b898c771b.tar.bz2 | |
Initial commit v0.0.1
* List clips.
* Route to post a new clip URL.
* Bookmarlet to post a clip.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..786b3f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Bundle +.bundle/ +vendor/ + +# Database +config/database.yml +db/*.sqlite3
\ No newline at end of file |
