diff --git a/.gitignore b/.gitignore index 6836d23..58ae8d3 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,9 @@ bower.json .powenv tmp + +# Ignore password laden file for database config +/config/database.yml + +# Ignore Mac OS X hidden directory options files +.DS_Store diff --git a/config/database.yml b/config/database.yml deleted file mode 100644 index 94b1a2d..0000000 --- a/config/database.yml +++ /dev/null @@ -1,27 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -development: - adapter: mysql2 - database: drupal7 - username: anumc - password: anumc - - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - adapter: sqlite3 - database: db/test.sqlite3 - pool: 5 - timeout: 5000 - -production: - adapter: mysql2 - encoding: utf8 - database: drupal7 - username: anumc - password: chimneyfrogturnip