From c329557ce7a5f2aba2abb438474d36a5a9b8564e Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Thu, 14 Aug 2025 23:36:03 -0500 Subject: [PATCH] feat: added .stowrc for compatibility with gnu-stow --- .stowrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .stowrc diff --git a/.stowrc b/.stowrc new file mode 100644 index 0000000..d78bec9 --- /dev/null +++ b/.stowrc @@ -0,0 +1,5 @@ +--ignore='^\.github$' +--ignore='^policy\.hujson$' +--ignore='^slurm$' +--ignore='^tsdproxy$' +--ignore='^vimix$'