Browse Source

Add venv dirs to .gitignore

pull/1293/head
Wessel Nieboer 5 months ago
parent
commit
7ea751d3a0
No known key found for this signature in database GPG Key ID: BD2C89EDCE23C31C
  1. 2
      .gitignore

2
.gitignore

@ -14,3 +14,5 @@ cmake-*
.cache
.ccls
compile_commands.json
.venv/
venv/

Loading…
Cancel
Save