0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00
wagtail/.gitignore

30 lines
283 B
Plaintext
Raw Normal View History

*.swp
2014-02-05 14:45:36 +01:00
*.pyc
.DS_Store
2014-02-07 16:55:58 +01:00
/.coverage
2014-02-07 16:39:59 +01:00
/dist/
2015-06-19 10:31:07 +02:00
/build/
2014-02-07 16:39:59 +01:00
/MANIFEST
/wagtail.egg-info/
2014-02-18 18:45:31 +01:00
/docs/_build/
2014-04-24 16:19:43 +02:00
/.tox/
/venv
2015-04-16 07:09:13 +02:00
/node_modules/
npm-debug.log*
*.idea/
/*.egg/
/.cache/
/.pytest_cache/
/storybook-static
### JetBrains
.idea/
*.iml
*.ipr
*.iws
coverage/
2016-03-07 10:35:31 +01:00
client/node_modules
### vscode
.vscode