Commit 2171d50e1444956c36f68c258b519514c67401a2
1 parent
6e951355
Exists in
master
and in
22 other branches
Add missing ignores
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
gitignore.example
| 1 | .gitignore | 1 | .gitignore |
| 2 | .rbenv-* | 2 | .rbenv-* |
| 3 | +Gemfile.lock | ||
| 3 | vendor/rails | 4 | vendor/rails |
| 4 | doc/api | 5 | doc/api |
| 5 | doc/noosfero/plugins | 6 | doc/noosfero/plugins |
| @@ -11,6 +12,7 @@ config/mongrel_cluster.yml | @@ -11,6 +12,7 @@ config/mongrel_cluster.yml | ||
| 11 | config/solr.yml | 12 | config/solr.yml |
| 12 | config/plugins | 13 | config/plugins |
| 13 | config/thin.yml | 14 | config/thin.yml |
| 15 | +config/local.rb | ||
| 14 | index | 16 | index |
| 15 | locale | 17 | locale |
| 16 | log | 18 | log |
| @@ -20,7 +22,9 @@ public/thumbnails | @@ -20,7 +22,9 @@ public/thumbnails | ||
| 20 | public/user_themes | 22 | public/user_themes |
| 21 | public/designs/themes/default | 23 | public/designs/themes/default |
| 22 | public/designs/icons/default | 24 | public/designs/icons/default |
| 25 | +public/javascripts/cache | ||
| 23 | public/javascripts/cache*.js | 26 | public/javascripts/cache*.js |
| 27 | +public/stylesheets/cache | ||
| 24 | public/stylesheets/cache*.css | 28 | public/stylesheets/cache*.css |
| 25 | public/plugins | 29 | public/plugins |
| 26 | db/development.db | 30 | db/development.db |