Commit 4250b4479f695e7eb2de1f77bcabfed6bd367507
Exists in
master
and in
29 other branches
Merge commit 'refs/merge-requests/8' of git://gitorious.org/noosfero/noosfero into merge-requests/8
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
gitignore.example
@@ -8,6 +8,7 @@ config/session.secret | @@ -8,6 +8,7 @@ config/session.secret | ||
8 | config/noosfero.yml | 8 | config/noosfero.yml |
9 | config/ferret_server.yml | 9 | config/ferret_server.yml |
10 | config/mongrel_cluster.yml | 10 | config/mongrel_cluster.yml |
11 | +config/plugins | ||
11 | index | 12 | index |
12 | locale | 13 | locale |
13 | log | 14 | log |
@@ -19,6 +20,7 @@ public/designs/themes/default | @@ -19,6 +20,7 @@ public/designs/themes/default | ||
19 | public/designs/icons/default | 20 | public/designs/icons/default |
20 | public/javascripts/cache*.js | 21 | public/javascripts/cache*.js |
21 | public/stylesheets/cache*.css | 22 | public/stylesheets/cache*.css |
23 | +public/plugins | ||
22 | db/development.db | 24 | db/development.db |
23 | db/production.db | 25 | db/production.db |
24 | db/test.db | 26 | db/test.db |