Commit 90b622a0aa89ee4030424510f56ef2c7da492e01

Authored by Antonio Terceiro
1 parent 26908f96

ignore all themes by default

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
gitignore.example
... ... @@ -19,6 +19,7 @@ public/image_uploads
19 19 public/thumbnails
20 20 public/user_themes
21 21 public/designs/themes/default
  22 +public/designs/themes/*
22 23 public/designs/icons/default
23 24 public/javascripts/cache*.js
24 25 public/stylesheets/cache*.css
... ...