Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorash <smashwilson@gmail.com>2013-05-23 03:55:48 +0400
committerash <smashwilson@gmail.com>2013-05-23 03:55:48 +0400
commite444c7f6babe956ef22a775b8ec197d58765b6a0 (patch)
tree680ef8dff86ef7756e1fbb3480b3437cff918806 /.gitignore
parentc5de01f824ff640e1aebdf8b5058434766948a94 (diff)
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