We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5431d commit e931ef7Copy full SHA for e931ef7
1 file changed
Python.gitignore
@@ -137,3 +137,7 @@ dmypy.json
137
138
# Cython debug symbols
139
cython_debug/
140
+
141
+# static files generated from Django application using `collectstatic`
142
+media
143
+static
0 commit comments