Skip to content

Commit

Permalink
Exclude per-project Helix configuration from Git.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtwco committed Jun 28, 2023
1 parent 40ff2be commit f0b0c0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/configs/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ in

# C/C++
"compile_commands.json"

# Helix
".helix"
];
includes = [{ path = "${gitalias}/gitalias.txt"; }];
lfs = {
Expand Down

0 comments on commit f0b0c0c

Please sign in to comment.