##// END OF EJS Templates
remove trailing white space from test/fixtures/workflows.yml...
remove trailing white space from test/fixtures/workflows.yml git-svn-id: http://svn.redmine.org/redmine/trunk@16339 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15823:733c96ce2af9
r15957:7816a4025a03 master
Show More
.gitignore
43 lines | 746 B | text/plain | TextLexer
Jean-Baptiste Barth
Ignore .project and .loadpath files for hg/git mirrors. #7497...
r4693 /.project
Jean-Philippe Lang
Source: ignore .idea (#24523)....
r15823 /.idea
Jean-Baptiste Barth
Ignore .project and .loadpath files for hg/git mirrors. #7497...
r4693 /.loadpath
Jean-Baptiste Barth
Add .powrc and .rvmrc in svn, git and hg ignores...
r11534 /.powrc
/.rvmrc
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
Toshi MARUYAMA
add config/secrets.yml to .gitignore and .hgignore (#20292)...
r14058 /config/secrets.yml
Eric Davis
Adding .gitignore based on the svn-ignores....
r2734 /config/initializers/session_store.rb
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 /config/initializers/secret_token.rb
Eric Davis
Adding .gitignore based on the svn-ignores....
r2734 /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
Toshi MARUYAMA
update .gitignore for non-default themes + plugins (#13476)...
r11396 /plugins/*
!/plugins/README
Eric Davis
Adding .gitignore based on the svn-ignores....
r2734 /public/dispatch.*
Toshi MARUYAMA
reflect r13487 and r13488 svn:ignore changes to .hgignore and .gitignore (#8817)...
r13110 /public/plugin_assets/*
Toshi MARUYAMA
update .gitignore for non-default themes + plugins (#13476)...
r11396 /public/themes/*
!/public/themes/alternate
!/public/themes/classic
!/public/themes/README
Eric Davis
Adding .gitignore based on the svn-ignores....
r2734 /tmp/*
/tmp/cache/*
Toshi MARUYAMA
add tmp/pdf directory (#12189)...
r10490 /tmp/pdf/*
Eric Davis
Adding .gitignore based on the svn-ignores....
r2734 /tmp/sessions/*
/tmp/sockets/*
/tmp/test/*
Toshi MARUYAMA
add tmp/thumbnails/* to .hgignore and .gitignore...
r10500 /tmp/thumbnails/*
Toshi MARUYAMA
add vendor/cache to .hgignore and .gitignore...
r8812 /vendor/cache
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