feat: added xstow.ini and updated ignores to have xstow.ini
All checks were successful
sync tailscale acls / acls (push) Successful in 1m21s
All checks were successful
sync tailscale acls / acls (push) Successful in 1m21s
This commit is contained in:
parent
2f9827abbc
commit
3306d8091f
2 changed files with 11 additions and 3 deletions
6
.stowrc
6
.stowrc
|
|
@ -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
8
xstow.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[matches]
|
||||
ignore = ^httpd$
|
||||
ignore = ^slurm$
|
||||
ignore = ^tsdproxy$
|
||||
ignore = ^vimix$
|
||||
ignore = ^\.stowrc$
|
||||
ignore = ^policy\.hujson$
|
||||
ignore = ^xstow\.ini$
|
||||
Loading…
Add table
Add a link
Reference in a new issue