|
1 | NO CONTENT: new file 100644 |
@@ -1,32 +1,33 | |||
|
1 | 1 | /.project |
|
2 | 2 | /.loadpath |
|
3 | 3 | /config/additional_environment.rb |
|
4 | 4 | /config/configuration.yml |
|
5 | 5 | /config/database.yml |
|
6 | 6 | /config/email.yml |
|
7 | 7 | /config/initializers/session_store.rb |
|
8 | 8 | /config/initializers/secret_token.rb |
|
9 | 9 | /coverage |
|
10 | 10 | /db/*.db |
|
11 | 11 | /db/*.sqlite3 |
|
12 | 12 | /db/schema.rb |
|
13 | 13 | /files/* |
|
14 | 14 | /lib/redmine/scm/adapters/mercurial/redminehelper.pyc |
|
15 | 15 | /lib/redmine/scm/adapters/mercurial/redminehelper.pyo |
|
16 | 16 | /log/*.log* |
|
17 | 17 | /log/mongrel_debug |
|
18 | 18 | /public/dispatch.* |
|
19 | 19 | /public/plugin_assets |
|
20 | 20 | /tmp/* |
|
21 | 21 | /tmp/cache/* |
|
22 | /tmp/pdf/* | |
|
22 | 23 | /tmp/sessions/* |
|
23 | 24 | /tmp/sockets/* |
|
24 | 25 | /tmp/test/* |
|
25 | 26 | /vendor/cache |
|
26 | 27 | /vendor/rails |
|
27 | 28 | *.rbc |
|
28 | 29 | |
|
29 | 30 | /.bundle |
|
30 | 31 | /Gemfile.lock |
|
31 | 32 | /Gemfile.local |
|
32 | 33 |
@@ -1,37 +1,38 | |||
|
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 | config/initializers/secret_token.rb |
|
11 | 11 | coverage |
|
12 | 12 | db/*.db |
|
13 | 13 | db/*.sqlite3 |
|
14 | 14 | db/schema.rb |
|
15 | 15 | files/* |
|
16 | 16 | lib/redmine/scm/adapters/mercurial/redminehelper.pyc |
|
17 | 17 | lib/redmine/scm/adapters/mercurial/redminehelper.pyo |
|
18 | 18 | log/*.log* |
|
19 | 19 | log/mongrel_debug |
|
20 | 20 | public/dispatch.* |
|
21 | 21 | public/plugin_assets |
|
22 | 22 | tmp/* |
|
23 | 23 | tmp/cache/* |
|
24 | tmp/pdf/* | |
|
24 | 25 | tmp/sessions/* |
|
25 | 26 | tmp/sockets/* |
|
26 | 27 | tmp/test/* |
|
27 | 28 | vendor/cache |
|
28 | 29 | vendor/rails |
|
29 | 30 | *.rbc |
|
30 | 31 | |
|
31 | 32 | .svn/ |
|
32 | 33 | .git/ |
|
33 | 34 | |
|
34 | 35 | .bundle |
|
35 | 36 | Gemfile.lock |
|
36 | 37 | Gemfile.local |
|
37 | 38 |
General Comments 0
You need to be logged in to leave comments.
Login now