atom / find-and-replace

Find and replace in a single buffer and in the project
MIT License
242 stars 219 forks source link

Find And Replace doesn't respect .gitignore if root is parent #211

Open krainboltgreene opened 10 years ago

krainboltgreene commented 10 years ago

Setup:

  1. mkdir projects
  2. cd projects
  3. git clone rails/rails
  4. atom .
  5. cmd+shift+f
  6. FIND: rails
  7. REPLACE: burp
  8. PATH: rails 9 enter

You'll find that your remote paths now say:

origin  git@github.com:burp/burp.git (fetch)
benogle commented 10 years ago

Related atom/atom#2203