从 .gitignore 中删除 .env

This commit is contained in:
lxbpxylps@126.com 2021-10-07 21:17:56 +08:00
parent 1ac20c773e
commit 2a6c82b1eb

13
.gitignore vendored
View File

@ -1,3 +1,8 @@
# Created by https://www.toptal.com/developers/gitignore/api/python
# Edit at https://www.toptal.com/developers/gitignore?templates=python
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@ -50,6 +55,7 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
pytestdebug.log
# Translations
*.mo
@ -70,6 +76,7 @@ instance/
# Sphinx documentation
docs/_build/
doc/_build/
# PyBuilder
target/
@ -102,7 +109,6 @@ celerybeat.pid
*.sage.py
# Environments
.env
.venv
env/
venv/
@ -127,3 +133,8 @@ dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# End of https://www.toptal.com/developers/gitignore/api/python