瀏覽代碼

ignoring venv in .gitignore

(cherry picked from commit 92dd34ae968a48c35a34e778550577a1d6d86205)
Alex Drozd 1 年之前
父節點
當前提交
731a10a4ea
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -191,3 +191,7 @@ godot.creator.*
 
 
 # compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
 # compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
 compile_commands.json
 compile_commands.json
+
+# Python development
+.venv
+venv