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