mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
The existing filter caused SourceModificationWatch.watch to ignore deleted files because !file.exists implies !file.isFile. The intention of the filter was to exclude directories that had a name ending in ".scala".