1
0
mirror of https://github.com/django/django.git synced 2025-04-18 06:14:37 +00:00

updated gitignore to ignore env files

This commit is contained in:
Alanna Cao 2024-12-08 17:42:46 -05:00
parent f2c1baec44
commit 2c260eb3b9

4
.gitignore vendored

@ -17,3 +17,7 @@ tests/.coverage*
build/
tests/report/
tests/screenshots/
venv/
.venv/
env/
.env/