Commit 93efff945215a4407afcaf0cba15ac601b56df0d

Authored by gitlabhq
0 parents

gitignore

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
.gitignore 0 → 100644
  1 +++ a/.gitignore
... ... @@ -0,0 +1,9 @@
  1 +.bundle
  2 +.rbx/
  3 +db/*.sqlite3
  4 +log/*.log
  5 +tmp/
  6 +.sass-cache/
  7 +coverage/*
  8 +*.swp
  9 +public/uploads/
... ...