⚙️ config(rg): dont show hidden files
This commit is contained in:
parent
ea6cb2869a
commit
f6db9b6d29
3 changed files with 2 additions and 3 deletions
|
@ -27,6 +27,7 @@ tsconfig.json
|
|||
jsconfig.json
|
||||
esbuild.config.mjs
|
||||
biome.json
|
||||
node_modules/*
|
||||
|
||||
# python
|
||||
__init__.py
|
||||
|
|
|
@ -66,7 +66,7 @@ return {
|
|||
},
|
||||
pickers = {
|
||||
find_files = {
|
||||
hidden = true,
|
||||
hidden = false,
|
||||
},
|
||||
},
|
||||
extensions = {
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
--smart-case
|
||||
--hidden
|
||||
--glob=!.git/
|
||||
|
|
Loading…
Add table
Reference in a new issue