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