feat: added xstow.ini and updated ignores to have xstow.ini
All checks were successful
sync tailscale acls / acls (push) Successful in 1m21s

This commit is contained in:
Ceferino Patino 2026-01-29 10:37:00 -06:00
commit 3306d8091f
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI
2 changed files with 11 additions and 3 deletions

View file

@ -1,6 +1,6 @@
--ignore='^\.github$'
--ignore='^policy\.hujson$'
--ignore='^httpd$'
--ignore='^slurm$'
--ignore='^tsdproxy$'
--ignore='^vimix$'
--ignore='^httpd$'
--ignore='^policy\.hujson$'
--ignore='^xstow\.ini$'

8
xstow.ini Normal file
View file

@ -0,0 +1,8 @@
[matches]
ignore = ^httpd$
ignore = ^slurm$
ignore = ^tsdproxy$
ignore = ^vimix$
ignore = ^\.stowrc$
ignore = ^policy\.hujson$
ignore = ^xstow\.ini$