소스 검색

Merge pull request #2256 from DSIW/patch-2

[Python] add .venv as file
Brendan Forster 8 년 전
부모
커밋
77a8d1adeb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Python.gitignore

+ 1 - 1
Python.gitignore

@@ -80,7 +80,7 @@ celerybeat-schedule
 .env
 
 # virtualenv
-.venv/
+.venv
 venv/
 ENV/