Commit ea3a106ec0d61cdbbc4f96d2da8f40aa957c9d8f

Authored by Rodrigo Souto
1 parent da943ef5

Updating gitignore with plugin folders

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
... ...