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