Commit 93849ba4fcd286af0b4219152e7f7ff0bdf31389
1 parent
5de1323c
Exists in
staging
and in
42 other branches
Make example gitignore file visible
Showing
2 changed files
with
28 additions
and
28 deletions
Show diff stats
.gitignore.example
| @@ -1,28 +0,0 @@ | @@ -1,28 +0,0 @@ | ||
| 1 | -.gitignore | ||
| 2 | -vendor/rails | ||
| 3 | -doc/api | ||
| 4 | -doc/plugins | ||
| 5 | -tmp | ||
| 6 | -config/database.yml | ||
| 7 | -config/session.secret | ||
| 8 | -config/mail.yml | ||
| 9 | -config/ferret_server.yml | ||
| 10 | -config/mongrel_cluster.yml | ||
| 11 | -index | ||
| 12 | -locale | ||
| 13 | -log | ||
| 14 | -public/articles | ||
| 15 | -public/images/0000 | ||
| 16 | -public/thumbnails | ||
| 17 | -public/user_themes | ||
| 18 | -public/designs/themes/default | ||
| 19 | -public/javascripts/cache*.js | ||
| 20 | -public/stylesheets/cache*.css | ||
| 21 | -db/development.db | ||
| 22 | -db/production.db | ||
| 23 | -db/test.db | ||
| 24 | -doc/noosfero/*.xhtml | ||
| 25 | -doc/noosfero/*/*.xhtml | ||
| 26 | -tags | ||
| 27 | -pkg | ||
| 28 | -*~ |
| @@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
| 1 | +.gitignore | ||
| 2 | +vendor/rails | ||
| 3 | +doc/api | ||
| 4 | +doc/plugins | ||
| 5 | +tmp | ||
| 6 | +config/database.yml | ||
| 7 | +config/session.secret | ||
| 8 | +config/mail.yml | ||
| 9 | +config/ferret_server.yml | ||
| 10 | +config/mongrel_cluster.yml | ||
| 11 | +index | ||
| 12 | +locale | ||
| 13 | +log | ||
| 14 | +public/articles | ||
| 15 | +public/images/0000 | ||
| 16 | +public/thumbnails | ||
| 17 | +public/user_themes | ||
| 18 | +public/designs/themes/default | ||
| 19 | +public/javascripts/cache*.js | ||
| 20 | +public/stylesheets/cache*.css | ||
| 21 | +db/development.db | ||
| 22 | +db/production.db | ||
| 23 | +db/test.db | ||
| 24 | +doc/noosfero/*.xhtml | ||
| 25 | +doc/noosfero/*/*.xhtml | ||
| 26 | +tags | ||
| 27 | +pkg | ||
| 28 | +*~ |