mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
2044b7e930
* checks for Page InlinePanel related model panels * add panels check to modelAdmin models * add and revise tests for panel model checks * revise related model usage * remove unused keys from format string * fix up unique error collection * rework check_panels_in_model - variable names and string formatting * rework tests for check_panels_in_model to use new string formatting plus linting of some unused imports * add checks to snippet models * use consistent naming for returning errors from checks in modeladmin * add tests for snippets check_panels_in_model checks * ignore vscode config files * remove additional line added
29 lines
265 B
Plaintext
29 lines
265 B
Plaintext
*.swp
|
|
*.pyc
|
|
.DS_Store
|
|
/.coverage
|
|
/dist/
|
|
/build/
|
|
/MANIFEST
|
|
/wagtail.egg-info/
|
|
/docs/_build/
|
|
/.tox/
|
|
/venv
|
|
/node_modules/
|
|
npm-debug.log*
|
|
*.idea/
|
|
/*.egg/
|
|
/.cache/
|
|
/.pytest_cache/
|
|
|
|
### JetBrains
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
coverage/
|
|
client/node_modules
|
|
|
|
### vscode
|
|
.vscode
|