diff options
author | Matt Turner <mattst88@gmail.com> | 2024-05-24 22:40:48 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-05-25 00:03:44 -0400 |
commit | 6ed5e0e71239954d2468f4a0cd268076ec3bf4d0 (patch) | |
tree | 8c4e92ef529ec363bdc301bc808a171a10ed98a5 /.gitignore | |
parent | 6d8eddcde8982d9abd01b29df0cb626c110f26b3 (diff) |
Makefile: Use --no-folding
This avoids symlinking whole directories, which means that they are able
to contain files that are not in the dotfiles repo. For example,
~/.config/tmux/plugins/.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2a2a6f8..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -nvim/.config/nvim/lazy-lock.json |