diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-25 11:16:20 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-25 11:16:20 -0400 |
commit | 0f0974ffdffcd98665f7e36293813e68e0668bcf (patch) | |
tree | b9444b082d370fb1110c9e64832f475862d62ab2 /.gitignore | |
parent | 63a665823b8f05bf0b3a9acf9b18cc01252951fb (diff) |
Use Figaro for configuration
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -15,7 +15,13 @@ /log/*.log /tmp -# The above is from Rails. The following is from Luke. +# The above is from Rails. + +# The next lines are from `rails generate figaro:install` +# Ignore application configuration +/config/application.yml + +# The rest is from Luke. /vendor/bundle nohup.out # As noted above, you probably want to add the following to your global git config. |