##// END OF EJS Templates
Swedish translation updated by Nicklas Holm (#10750)...
Swedish translation updated by Nicklas Holm (#10750) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9523 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8812:09d243f4e125
r9344:34e20c4373b7
Show More
.gitignore
31 lines | 531 B | text/plain | TextLexer
Jean-Baptiste Barth
Ignore .project and .loadpath files for hg/git mirrors. #7497...
r4693 /.project
/.loadpath
Eric Davis
Allow a config/additional_environment.rb file to customize the Rails::Initializer....
r2904 /config/additional_environment.rb
Toshi MARUYAMA
Ignore config/configuration.yml (#7408)....
r4667 /config/configuration.yml
Eric Davis
Adding .gitignore based on the svn-ignores....
r2734 /config/database.yml
/config/email.yml
/config/initializers/session_store.rb
/coverage
/db/*.db
/db/*.sqlite3
/db/schema.rb
/files/*
Toshi MARUYAMA
scm: mercurial: ignore redminehelper.pyc and redminehelper.pyo for Git and Mercurial (#4455)....
r4714 /lib/redmine/scm/adapters/mercurial/redminehelper.pyc
/lib/redmine/scm/adapters/mercurial/redminehelper.pyo
Eric Davis
Adding .gitignore based on the svn-ignores....
r2734 /log/*.log*
/log/mongrel_debug
/public/dispatch.*
/public/plugin_assets
/tmp/*
/tmp/cache/*
/tmp/sessions/*
/tmp/sockets/*
/tmp/test/*
Toshi MARUYAMA
add vendor/cache to .hgignore and .gitignore...
r8812 /vendor/cache
Eric Davis
Adding .gitignore based on the svn-ignores....
r2734 /vendor/rails
Eric Davis
Ignore rubinius .rbc files...
r3654 *.rbc
Toshi MARUYAMA
add bundler generates files to .gitignore and .hgignore (#5638)....
r6334
/.bundle
/Gemfile.lock
Toshi MARUYAMA
add Gemfile.local to .gitignore and .hgignore (#5638)....
r6335 /Gemfile.local
Toshi MARUYAMA
add bundler generates files to .gitignore and .hgignore (#5638)....
r6334