aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTeddy Wing2013-04-07 00:39:40 -0400
committerTeddy Wing2013-04-07 00:39:40 -0400
commitbfa6c83b8c9cfca37eb5c1ac07f2098b898c771b (patch)
tree0e46a3c8a44071ee2e65b9748326c39c6a3e5eaa /.gitignore
downloadclips-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--.gitignore7
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