Commit 4af426f52ac069f13e275e9853894dcd22b9070f

Authored by Antonio Terceiro
1 parent d4aa93ac

ignore cache files in general

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
gitignore.example
... ... @@ -21,8 +21,8 @@ public/user_themes
21 21 public/designs/themes/default
22 22 public/designs/themes/*
23 23 public/designs/icons/default
24   -public/javascripts/cache*.js
25   -public/stylesheets/cache*.css
  24 +public/javascripts/cache*
  25 +public/stylesheets/cache*
26 26 public/plugins
27 27 db/development.db
28 28 db/production.db
... ...