feat: added xstow.ini and updated ignores to have xstow.ini
This commit is contained in:
parent
a1c458c1fe
commit
57d5e20e4f
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