modules/git: add '.venv' to global gitignore

This commit is contained in:
fleaz 2023-08-02 15:03:29 +02:00
parent bc4e8d8c73
commit d4389cfcdf

View file

@ -7,6 +7,7 @@
"*.sql.gz"
"*.sql.zst"
".direnv/"
".venv/"
];
userName = "fleaz";
userEmail = "mail@felixbreidenstein.de";