-
Notifications
You must be signed in to change notification settings - Fork 323
解决QuickCut启动问题在macos上;更新.gitignore文件 #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@HaujetZhao please help to merge it if no concern. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Jaylee89 , you can remove the Virtualenv things.
# Environments | ||
.env | ||
.venv | ||
env/ | ||
venv/ | ||
ENV/ | ||
env.bak/ | ||
venv.bak/ | ||
Virtualenv/ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Environments | |
.env | |
.venv | |
env/ | |
venv/ | |
ENV/ | |
env.bak/ | |
venv.bak/ | |
Virtualenv/ |
I found that the package Virtualenv will auto add .gitignore to its directory starting from version 20.0.21, so it's unnecessary to manually ignore that directory.
v20.0.21 (2020-05-20)
Features - 20.0.21
- Generate ignore file for version control systems to avoid tracking virtual environments by default. Users should remove these files if still want to track. For now we support only git by @ gaborbernat. (#1806)
from: https://virtualenv.pypa.io/en/20.4.2/changelog.html#features-20-0-21
issue solve: #29