diff --git a/app_generators/tempatra/templates/_gitignore b/app_generators/tempatra/templates/_gitignore index 8f3cdf8..c2051ca 100644 --- a/app_generators/tempatra/templates/_gitignore +++ b/app_generators/tempatra/templates/_gitignore @@ -1,4 +1,6 @@ -*.sw? +*.swo +*.swp +.sass-cache coverage/* views/stylesheets/.sass-cache webrat.*