diff --git a/.gitignore b/.gitignore index 6d0126dc..78ba14d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,33 @@ -*sqlite* \ No newline at end of file +*.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 \ No newline at end of file