Skip to content

Commit

Permalink
Add stuff to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
borisd committed Feb 23, 2012
1 parent e1c5eb0 commit 865f739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -13,3 +13,5 @@
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
/public/assets/*
/.sass-cache/*
1 change: 0 additions & 1 deletion db/schema.rb
Expand Up @@ -21,7 +21,6 @@
t.datetime "created_at"
t.datetime "updated_at"
t.integer "user_id"
t.integer "join_count", :default => 0, :null => false
end

create_table "delayed_jobs", :force => true do |t|
Expand Down

0 comments on commit 865f739

Please sign in to comment.