Updated gitignore

This commit is contained in:
James Purser 2025-07-25 21:34:37 +10:00
parent 214d1dd19f
commit ef1e3d9421

34
.gitignore vendored
View file

@ -1 +1,33 @@
*sqlite*
*.swp
*.pyc
.DS_Store
/.coverage
/.coverage.*
/dist/
/build/
/MANIFEST
/wagtail.egg-info/
/docs/_build/
/.tox/
/.venv
/venv
node_modules
npm-debug.log*
*.idea/
/*.egg/
/.cache/
/.pytest_cache/
/storybook-static
/wagtail/tests/test-media/
### JetBrains
.idea/
*.iml
*.ipr
*.iws
coverage/
### vscode
.vscode
*.db