소스 검색

.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/*