annotate .gitignore @ 599:251b380117ce feature_227

Introduce a new latest_downloads plugin to manage active and shortcut for attachments. Add a table for attachment active/shortcut data. Move existing active-handler code into the new plugin (but still using the "old" active column in the attachments table). Note the files_controller stuff doesn't actually work here.
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 16 Aug 2011 17:01:19 +0100
parents 051f544170fe
children cbb26bc654de
rev   line source
Chris@245 1 /.project
Chris@245 2 /.loadpath
Chris@0 3 /config/additional_environment.rb
Chris@210 4 /config/configuration.yml
Chris@0 5 /config/database.yml
Chris@0 6 /config/email.yml
Chris@0 7 /config/initializers/session_store.rb
Chris@0 8 /coverage
Chris@0 9 /db/*.db
Chris@0 10 /db/*.sqlite3
Chris@0 11 /db/schema.rb
Chris@0 12 /files/*
Chris@245 13 /lib/redmine/scm/adapters/mercurial/redminehelper.pyc
Chris@245 14 /lib/redmine/scm/adapters/mercurial/redminehelper.pyo
Chris@0 15 /log/*.log*
Chris@0 16 /log/mongrel_debug
Chris@0 17 /public/dispatch.*
Chris@0 18 /public/plugin_assets
Chris@0 19 /tmp/*
Chris@0 20 /tmp/cache/*
Chris@0 21 /tmp/sessions/*
Chris@0 22 /tmp/sockets/*
Chris@0 23 /tmp/test/*
Chris@0 24 /vendor/rails
Chris@0 25 *.rbc