⚙️ 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
|
jsconfig.json
|
||||||
esbuild.config.mjs
|
esbuild.config.mjs
|
||||||
biome.json
|
biome.json
|
||||||
|
node_modules/*
|
||||||
|
|
||||||
# python
|
# python
|
||||||
__init__.py
|
__init__.py
|
||||||
|
|
|
@ -66,7 +66,7 @@ return {
|
||||||
},
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
find_files = {
|
find_files = {
|
||||||
hidden = true,
|
hidden = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
extensions = {
|
extensions = {
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
--smart-case
|
--smart-case
|
||||||
--hidden
|
|
||||||
--glob=!.git/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue