Commit 4250b4479f695e7eb2de1f77bcabfed6bd367507

Authored by Daniela Feitosa
2 parents c4affd13 ea3a106e

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 8 config/noosfero.yml
9 9 config/ferret_server.yml
10 10 config/mongrel_cluster.yml
  11 +config/plugins
11 12 index
12 13 locale
13 14 log
... ... @@ -19,6 +20,7 @@ public/designs/themes/default
19 20 public/designs/icons/default
20 21 public/javascripts/cache*.js
21 22 public/stylesheets/cache*.css
  23 +public/plugins
22 24 db/development.db
23 25 db/production.db
24 26 db/test.db
... ...