Sha256: b8362f2b2cd57d43056f9285834e695737e278986d67e90abd09c1c703cfb3c0
Contents?: true
Size: 366 Bytes
Versions: 1
Compression:
Stored size: 366 Bytes
Contents
require 'autotest/bundler' Autotest.add_hook(:initialize) {|at| at.add_exception %r{\.git} # ignore Version Control System at.add_exception %r{/\.} # ignore any file that starts with a . (dot) at.add_exception %r{^\./tmp} # ignore temp files, lest autotest will run again, and again... at.add_exception %r{^\./(coverage|data|samples|pkg|\.yardoc)} nil }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pacer-0.9.1.1-java | .autotest |