Skip to content

Commit 76cf90e

Browse files
committed
Add Flask instance folder
Contains private configuration. Equivalent to Django's local_settings.py.
1 parent b87d2a9 commit 76cf90e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ coverage.xml
5353
*.log
5454
local_settings.py
5555

56+
# Flask instance folder
57+
instance/
58+
5659
# Sphinx documentation
5760
docs/_build/
5861

0 commit comments

Comments
 (0)