To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .gitignore @ 1580:fa3d9c22497c

History | View | Annotate | Download (731 Bytes)

1
/.project
2
/.loadpath
3
/.powrc
4
/.rvmrc
5
/config/additional_environment.rb
6
/config/configuration.yml
7
/config/database.yml
8
/config/email.yml
9
/config/initializers/session_store.rb
10
/config/initializers/secret_token.rb
11
/coverage
12
/db/*.db
13
/db/*.sqlite3
14
/db/schema.rb
15
/files/*
16
/lib/redmine/scm/adapters/mercurial/redminehelper.pyc
17
/lib/redmine/scm/adapters/mercurial/redminehelper.pyo
18
/log/*.log*
19
/log/mongrel_debug
20
/plugins/*
21
!/plugins/README
22
/public/dispatch.*
23
/public/plugin_assets
24
/public/themes/*
25
!/public/themes/alternate
26
!/public/themes/classic
27
!/public/themes/README
28
/tmp/*
29
/tmp/cache/*
30
/tmp/pdf/*
31
/tmp/sessions/*
32
/tmp/sockets/*
33
/tmp/test/*
34
/tmp/thumbnails/*
35
/vendor/cache
36
/vendor/rails
37
*.rbc
38

    
39
/.bundle
40
/Gemfile.lock
41
/Gemfile.local
42