remove some unnecessary files

This commit is contained in:
Jeff Atwood 2014-02-25 13:19:10 -08:00
parent 4e1a628ff9
commit 7aba005421
3 changed files with 0 additions and 24 deletions

View File

@ -1,5 +0,0 @@
Autotest.add_hook :initialize do |autotest|
%w{.git .svn .hg .DS_Store db log tmp vendor ._*}.each do |exception|
autotest.add_exception(exception)
end
end

View File

@ -1,12 +0,0 @@
###
# .procfile example
##
# Move this file to .procfile and change the values
# below to suit your needs.
###
# This specifies how many of each task to run
concurrency: web=2,sidekiq=1
# Define the port range to use, must be in multiples of 1000
port: 3000

View File

@ -1,7 +0,0 @@
# For help deploying via Capistrano, see this thread:
# http://meta.discourse.org/t/deploy-discourse-to-an-ubuntu-vps-using-capistrano/6353
load 'deploy' if respond_to?(:namespace)
load 'deploy/assets'
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'