mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 19:17:48 +01:00
14f02a0b50
Thanks to @justinvdm for the help Merges: #2275
22 lines
191 B
Plaintext
22 lines
191 B
Plaintext
*.swp
|
|
*.pyc
|
|
.DS_Store
|
|
/.coverage
|
|
/dist/
|
|
/build/
|
|
/MANIFEST
|
|
/wagtail.egg-info/
|
|
/docs/_build/
|
|
/.tox/
|
|
/venv
|
|
/node_modules/
|
|
npm-debug.log
|
|
/*.egg/
|
|
|
|
### JetBrains
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
coverage/
|