add .venv files to clonedev hooks
This commit is contained in:
parent
e6d95a5ee3
commit
7d19f6f0f8
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
echo tralios >.venv
|
||||
echo .venv >>.git/info/exclude
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
echo homelab >.venv
|
||||
echo .venv >>.git/info/exclude
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
echo matrix >.venv
|
||||
echo .venv >>.git/info/exclude
|
||||
just roles
|
||||
git clone -- https://git.snaile.de/snailed/matrix-inventory inventory
|
||||
|
|
Loading…
Reference in New Issue