1
0
Fork 0

add .venv files to clonedev hooks

This commit is contained in:
Luca Bilke 2024-02-27 19:39:25 +01:00
parent e6d95a5ee3
commit 7d19f6f0f8
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
echo tralios >.venv
echo .venv >>.git/info/exclude

View File

@ -0,0 +1,3 @@
#!/bin/sh
echo homelab >.venv
echo .venv >>.git/info/exclude

View File

@ -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