Commit 3ee0c410 authored by Fabio Pelosin's avatar Fabio Pelosin

Configured Kicker to ignore git repo and vim tags files

parent 45bde7fc
...@@ -12,3 +12,7 @@ process do |files| ...@@ -12,3 +12,7 @@ process do |files|
end end
Kicker::Recipes::Ruby.run_tests(specs) Kicker::Recipes::Ruby.run_tests(specs)
end end
recipe :ignore
ignore(/.*\/?tags/)
ignore(/.*\/?\.git/)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment