浏览代码

.gitignore: renamed .python-venv to python-venv since hidden folder can't be sourced

aggstam 2 年之前
父节点
当前提交
4aeea2b5cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -10,7 +10,7 @@
 .#*
 *.profraw
 *_original
-.python-venv
+python-venv
 
 /vendor/*
 /target/*