@@ -1,27 +1,29 | |||
|
1 | 1 | syntax: glob |
|
2 | 2 | |
|
3 | 3 | .project |
|
4 | 4 | .loadpath |
|
5 | 5 | config/additional_environment.rb |
|
6 | 6 | config/configuration.yml |
|
7 | 7 | config/database.yml |
|
8 | 8 | config/email.yml |
|
9 | 9 | config/initializers/session_store.rb |
|
10 | 10 | coverage |
|
11 | 11 | db/*.db |
|
12 | 12 | db/*.sqlite3 |
|
13 | 13 | db/schema.rb |
|
14 | 14 | files/* |
|
15 | 15 | lib/redmine/scm/adapters/mercurial/redminehelper.pyc |
|
16 | 16 | lib/redmine/scm/adapters/mercurial/redminehelper.pyo |
|
17 | 17 | log/*.log* |
|
18 | 18 | log/mongrel_debug |
|
19 | 19 | public/dispatch.* |
|
20 | 20 | public/plugin_assets |
|
21 | 21 | tmp/* |
|
22 | 22 | tmp/cache/* |
|
23 | 23 | tmp/sessions/* |
|
24 | 24 | tmp/sockets/* |
|
25 | 25 | tmp/test/* |
|
26 | 26 | vendor/rails |
|
27 | 27 | *.rbc |
|
28 | .svn/ | |
|
29 | .git/ |
General Comments 0
You need to be logged in to leave comments.
Login now