atom/scandal

Support negating paths

Closed this issue · 1 comments

Atom should be able to Find in Files with paths like:

  • *.js,!*.min.*
  • src,!src/path/to/file.txt
  • !*/dist/*

See also atom/find-and-replace#149

Fixed in #29