Browse Source

added config/database.yml to gitignore

André Bauer 8 years ago
parent
commit
eb60ce2123
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -7,6 +7,9 @@
 # Ignore bundler config
 /.bundle
 
+# Ignore database config
+/config/database.yml
+
 # Ignore the default SQLite database.
 /db/*.sqlite3