We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19723d2 commit 5f63b43Copy full SHA for 5f63b43
.gitignore
@@ -44,3 +44,6 @@ venv*
44
45
# sqlite
46
tests.db
47
+
48
+# django staticfiles
49
+staticfiles
CHANGELOG.md
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
- Add WAGTAILADMIN_BASE_URL in settings (@marteinn)
20
- Ignore local sqlite files (@marteinn)
21
- Fix STATIC_ROOT warning when running local dev (@marteinn)
22
+- Ignore staticfils dir (@marteinn)
23
24
### Removed
25
- Drop support for EOL Wagtail 5.2 (@marteinn)
0 commit comments