Browse Source

Merge pull request #1293 from weebl2000/gitignorevenv

Add common venv dirs to .gitignore
pull/1300/head
Liam Cottle 5 months ago
committed by GitHub
parent
commit
84b84717cc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .gitignore

2
.gitignore

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

Loading…
Cancel
Save