public
Description: A little fork of redMine the issue tracking system, for hosting ruby-lang.org projects.
Homepage: http://redmine.ruby-lang.org
Clone URL: git://github.com/yugui/redmine4ruby-lang.git
redmine4ruby-lang / .gitignore
100644 43 lines (31 sloc) 0.373 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
*.patch
*~
.*.swp
*.dump
tags
 
# /
/coverage
 
# /config/
/config/database.yml
 
# /db/
/db/schema.rb
/db/demo.db
/db/test.db
 
# /files/
/files/*
 
# /log/
/log/mongrel_debug
/log/*.log*
 
# /public/
/public/dispatch.*
/public/plugin_assets
 
# /tmp/
/tmp/*
 
# /tmp/cache/
/tmp/cache/*
 
# /tmp/sessions/
/tmp/sessions/*
 
# /tmp/sockets/
/tmp/sockets/*
 
# /vendor/
/vendor/rails