helix: update default ignore list
This commit is contained in:
parent
863ba37194
commit
d3bf14d5bd
|
@ -36,9 +36,10 @@ in
|
||||||
${namespace} = {
|
${namespace} = {
|
||||||
home.extraOptions = {
|
home.extraOptions = {
|
||||||
home.file.".config/helix/ignore".text = ''
|
home.file.".config/helix/ignore".text = ''
|
||||||
# unignore in file picker and global search
|
|
||||||
.idea/
|
.idea/
|
||||||
!**/appsettings.json
|
!**/appsettings.json
|
||||||
|
.direnv/
|
||||||
|
.devenv/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
catppuccin.helix.enable = true;
|
catppuccin.helix.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue