This website requires JavaScript.
Explore
Help
Sign in
configs
/
scatterd-dotfiles
Watch
1
Star
0
Fork
You've already forked scatterd-dotfiles
0
Code
Issues
2
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
5724d124a5
scatterd-dotfiles
/
agignore
6 lines
26 B
Text
Raw
Normal View
History
Unescape
Escape
Use ag instead of ack https://github.com/ggreer/the_silver_searcher * ag is faster than ack * ag searches all files by default (but still ignores gitignored files). This removes the need for ack's `--type-add=` options. * The command is 33% shorter than ack!
2013-02-28 13:57:18 -05:00
log
tags
tmp
Ignore vendor/ during ag searches
2015-04-09 14:37:54 -07:00
vendor
Let ctrl-p find files with a leading dot I am constantly forgetting that I can't use `ctrl-p` to open `.travis.yml` or any other file with a leading `.`. This change comes about after some discussion in general on how to handle this. Passing `--hidden` to the `ag` command allows it to find files with a leading `.`. Unfortunately, this also includes the content of your `.git` directory. To overcome this, we add `/.git/` to `agignore`.
2015-03-12 09:56:34 -04:00
.git/
Reference in a new issue
Copy permalink