annotate .hgignore @ 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 a8e5a47c5596
children 5e80956cc792
rev   line source
Chris@117 1 syntax: glob
Chris@117 2
Chris@245 3 .project
Chris@245 4 .loadpath
Chris@117 5 config/additional_environment.rb
Chris@210 6 config/configuration.yml
Chris@117 7 config/database.yml
Chris@117 8 config/email.yml
Chris@117 9 config/initializers/session_store.rb
Chris@117 10 coverage
Chris@117 11 db/*.db
Chris@117 12 db/*.sqlite3
Chris@117 13 db/schema.rb
Chris@117 14 files/*
Chris@245 15 lib/redmine/scm/adapters/mercurial/redminehelper.pyc
Chris@245 16 lib/redmine/scm/adapters/mercurial/redminehelper.pyo
Chris@117 17 log/*.log*
Chris@117 18 log/mongrel_debug
Chris@117 19 public/dispatch.*
Chris@117 20 public/plugin_assets
Chris@117 21 tmp/cache/*
Chris@117 22 tmp/sessions/*
Chris@117 23 tmp/sockets/*
Chris@117 24 tmp/test/*
Chris@117 25 vendor/rails
Chris@117 26 *.rbc
Chris@441 27 .svn/
Chris@441 28 .git/
Chris@501 29 *~
Chris@501 30