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
e51d8b73f0
scatterd-dotfiles
/
agignore
8 lines
63 B
Text
Raw
Normal View
History
Unescape
Escape
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/
Use "absolute" paths for agignore This seems to resolve an issue where CtrlP would randomly return "NO ENTRIES". See https://forum.upcase.com/t/ctrlp-sometimes-displays-no-entries/5658 This also sorts the paths alphabetically, because OCD. :tada:
2016-07-05 15:37:13 -04:00
tags
/bower_components/
/log
/node_modules/
/tmp
/vendor
Reference in a new issue
Copy permalink