public
Description: Redmine is a flexible project management web application written using Ruby on Rails framework. This is the official git mirror of the svn repository
Homepage: http://www.redmine.org
Clone URL: git://github.com/edavis10/redmine.git
redmine / .gitignore
100644 20 lines (19 sloc) 0.316 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/config/additional_environment.rb
/config/database.yml
/config/email.yml
/config/initializers/session_store.rb
/coverage
/db/*.db
/db/*.sqlite3
/db/schema.rb
/files/*
/log/*.log*
/log/mongrel_debug
/public/dispatch.*
/public/plugin_assets
/tmp/*
/tmp/cache/*
/tmp/sessions/*
/tmp/sockets/*
/tmp/test/*
/vendor/rails