⚙️ config(rg): dont show hidden files

This commit is contained in:
Sergio Laín 2023-12-31 19:25:45 +01:00
parent ea6cb2869a
commit f6db9b6d29
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 2 additions and 3 deletions

View file

@ -27,6 +27,7 @@ tsconfig.json
jsconfig.json
esbuild.config.mjs
biome.json
node_modules/*
# python
__init__.py

View file

@ -66,7 +66,7 @@ return {
},
pickers = {
find_files = {
hidden = true,
hidden = false,
},
},
extensions = {

View file

@ -1,5 +1,3 @@
#!/usr/bin/bash
--smart-case
--hidden
--glob=!.git/