summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--config/database.example.yml (renamed from config/database.yml)0
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9151edf..f73ed63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,10 +22,12 @@
/config/application.yml
# The rest is from Luke.
+/config/database.yml
/vendor/bundle
/public/assets
-nohup.out
+
# As noted above, you probably want to add the following to your global git config.
+nohup.out
.~lock.*
*~
*#
diff --git a/config/database.yml b/config/database.example.yml
index 51a4dd4..51a4dd4 100644
--- a/config/database.yml
+++ b/config/database.example.yml