Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
added log and tmp directories
Browse files Browse the repository at this point in the history
  • Loading branch information
robmckinnon committed Apr 23, 2008
1 parent 7cfde53 commit 3948480
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ pkg
doc
*.log
*.db
*.sqlite3
.DS_Store
*~
.autotest
tmp
log
log/[^.]*
tmp/**/*
database.yml
14 changes: 14 additions & 0 deletions db/schema.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This file is auto-generated from the current state of the database. Instead of editing this file,
# please use the migrations feature of ActiveRecord to incrementally modify your database, and
# then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative source for your database schema. If you need
# to create the application database on another system, you should be using db:schema:load, not running
# all the migrations from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 0) do

end
Empty file added log/.gitignore
Empty file.
Empty file added tmp/.gitignore
Empty file.

0 comments on commit 3948480

Please sign in to comment.