untrack .env

This commit is contained in:
ismail 2025-11-18 14:09:42 +03:00
parent 8df7b2d42a
commit 4ee0406453
2 changed files with 1 additions and 3 deletions

3
.env
View File

@ -1,3 +0,0 @@
DB_NAME=norahuniversity
DB_USER=norahuniversity
DB_PASSWORD=norahuniversity

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ var/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg
.env
# Django stuff: # Django stuff:
*.log *.log