Skip to content

Commit c7c520f

Browse files
authored
Adding sessions folder to gitignore (#37)
1 parent f6da22b commit c7c520f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,6 @@ venv.bak/
102102

103103
# mypy
104104
.mypy_cache/
105+
106+
# flask session files
107+
flask_session/

0 commit comments

Comments
 (0)