-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathripgreprc
More file actions
33 lines (32 loc) · 847 Bytes
/
ripgreprc
File metadata and controls
33 lines (32 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Never look through anything that seems like a build directory.
# Force this to be handled by VCS ignore lists instead, it's bitten me too many times.
#--glob=!build
#--glob=!build_*
# Python coverage output default location
--glob=!htmlcov
--hidden
# stupid default
--no-require-git
# Searching through hidden files means we need to not search through .git,
# .svn, ..., and other folders that are part of the VCS' own infrastructure.
# Taken from
# https://github.com/bbatsov/projectile/blob/4dd84b02c9cd7b04616dc2d01ba7bc87f0d15be8/projectile.el#L425
--glob=!.idea
--glob=!.vscode
--glob=!.ensime_cache
--glob=!.eunit
--glob=!.git
--glob=!.hg
--glob=!.fslckout
--glob=!_FOSSIL_
--glob=!.bzr
--glob=!_darcs
--glob=!.pijul
--glob=!.tox
--glob=!.svn
--glob=!.stack-work
--glob=!.ccls-cache
--glob=!.cache
--glob=!.clangd
--glob=!.sl
--glob=!.jj