Skip to content

Commit

Permalink
rails new logan
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gansen committed Mar 28, 2013
1 parent a1b7127 commit ba0b4bb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'

# Ignore bundler config.
/.bundle
/vendor/bundle
/log/*
/tmp/*

# Ignore the default SQLite database.
/db/*.sqlite3
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
/db/*.sqlite3-journal

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

0 comments on commit ba0b4bb

Please sign in to comment.