Skip to content

Commit

Permalink
cleaned up the gitignore a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jejacks0n committed Jun 5, 2012
1 parent 00f1f87 commit 9797f5c
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions .gitignore
@@ -1,13 +1,33 @@
# General
.bundle
db/*.sqlite3
log/*.log
.rvmrc
.powenv
mercury.ids

# Local config files
Gemfile.lock
database.yml
mongoid.yml

# Script files
script/

# Build files
distro/build
pkg/

# Databases
db/

# Logs
log/

# Tempfiles
tmp/
coverage
capybara*

# Assets
.sass-cache
public/system
public/assets
distro/build
pkg/
mercury.ids
.rvmrc
.powenv
Gemfile.lock

0 comments on commit 9797f5c

Please sign in to comment.