diff options
author | Alex Drozd <drozdster@gmail.com> | 2023-11-06 22:32:52 +0100 |
---|---|---|
committer | Alex Drozd <drozdster@gmail.com> | 2023-11-06 22:32:52 +0100 |
commit | 92dd34ae968a48c35a34e778550577a1d6d86205 (patch) | |
tree | 4f7fd91b47d9cc3d6cac7ef4dbd6719f81cea95d /.gitignore | |
parent | e4eee8b12d162d187c07e6088f6b619846b6dbfb (diff) | |
download | redot-cpp-92dd34ae968a48c35a34e778550577a1d6d86205.tar.gz |
ignoring venv in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -191,3 +191,7 @@ godot.creator.* # compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html) compile_commands.json + +# Python development +.venv +venv |