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 / .hgignore @ 1550:7d825cbd76c8

History | View | Annotate | Download (666 Bytes)

1
syntax: glob
2

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

    
41
re:^config\.ru$