Skip to content

Commit

Permalink
reaarrange files
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Mąsior committed Apr 15, 2012
1 parent 22db5d8 commit ea235b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
13 changes: 2 additions & 11 deletions .gitignore
@@ -1,15 +1,6 @@
# 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

# Ignore the default SQLite database.
/db/*.sqlite3

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

config/database.yml
File renamed without changes.
10 changes: 0 additions & 10 deletions config/database.yml → config/database.yml.sample
@@ -1,13 +1,3 @@
# MySQL. Versions 4.1 and 5.0 are recommended.
#
# Install the MYSQL driver
# gem install mysql2
#
# Ensure the MySQL gem is defined in your Gemfile
# gem 'mysql2'
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
adapter: mysql2
encoding: utf8
Expand Down

0 comments on commit ea235b2

Please sign in to comment.