redmine/.gitignore
Jean-Baptiste Barth 8aa1bdc031 Add .powrc and .rvmrc in svn, git and hg ignores
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11764 e93f8b46-1217-0410-a6f0-8f06a7374b81
2013-05-02 16:01:31 +00:00

43 lines
731 B
Plaintext

/.project
/.loadpath
/.powrc
/.rvmrc
/config/additional_environment.rb
/config/configuration.yml
/config/database.yml
/config/email.yml
/config/initializers/session_store.rb
/config/initializers/secret_token.rb
/coverage
/db/*.db
/db/*.sqlite3
/db/schema.rb
/files/*
/lib/redmine/scm/adapters/mercurial/redminehelper.pyc
/lib/redmine/scm/adapters/mercurial/redminehelper.pyo
/log/*.log*
/log/mongrel_debug
/plugins/*
!/plugins/README
/public/dispatch.*
/public/plugin_assets
/public/themes/*
!/public/themes/alternate
!/public/themes/classic
!/public/themes/README
/tmp/*
/tmp/cache/*
/tmp/pdf/*
/tmp/sessions/*
/tmp/sockets/*
/tmp/test/*
/tmp/thumbnails/*
/vendor/cache
/vendor/rails
*.rbc
/.bundle
/Gemfile.lock
/Gemfile.local