Merge pull request #291 from Avamander/patch-3

Added Python virtual environment to .gitignore
This commit is contained in:
JF002
2021-04-26 21:10:44 +02:00
committed by GitHub

3
.gitignore vendored
View File

@@ -1,4 +1,7 @@
.idea/ .idea/
# Python virtual environment for DFU images
.venv/
# CMake # CMake
cmake-build-* cmake-build-*
cmake-* cmake-*