added correct path to ignore for uploads

This commit is contained in:
maxwell 2010-07-21 14:31:08 -07:00
parent 695a93ddad
commit 6410b68ea4
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -11,4 +11,3 @@ gpg/diaspora-development/*.gpg
gpg/diaspora-production/*.gpg
gpg/*/random_seed
public/uploads/*
public/public/*

View file

@ -4,7 +4,7 @@ class ImageUploader < CarrierWave::Uploader::Base
storage :file
def store_dir
"public/uploads"
"uploads"
end
def extension_white_list