Skip to content

Commit 461491d

Browse files
committed
Update .gitignore
1 parent 7ca61b5 commit 461491d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ __pycache__/
88
venv/
99

1010
# Django application migration files
11-
*/migrations/**
12-
!*/migrations/__init__.py
11+
schema-api/migrations/*/*
12+
!schema-api/migrations/*/__init__.py
1313

1414
# Django local settings
1515
schema_api/local_settings.py
1616

1717
# Environment variables file
18-
.env
18+
schema-api/.env

0 commit comments

Comments
 (0)