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