summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorash <smashwilson@gmail.com>2013-05-22 23:55:48 +0000
committerash <smashwilson@gmail.com>2013-05-22 23:55:48 +0000
commite444c7f6babe956ef22a775b8ec197d58765b6a0 (patch)
tree680ef8dff86ef7756e1fbb3480b3437cff918806 /.gitignore
parentc5de01f824ff640e1aebdf8b5058434766948a94 (diff)
downloadgitlab-ce-e444c7f6babe956ef22a775b8ec197d58765b6a0.tar.gz
Generate the Rails secret token on first run.
Store the secret token in a .gitignored file called ".secret", which is created by the initializer if it doesn't exist.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2a7e605a350..1210ac3b44a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ db/data.yml
vendor/bundle/*
rails_best_practices_output.html
doc/code/*
+.secret