0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00
wagtail/.gitignore
Karl Hobley 55ce9f761e Added *.swp and /venv to gitignore
.swp files are made automatically by vim and are easy to accidentally commit
/venv is a very common place to put a virtual environment which we wouldn't want to be committed
2015-03-18 19:06:15 +00:00

11 lines
96 B
Plaintext

*.swp
*.pyc
.DS_Store
/.coverage
/dist/
/MANIFEST
/wagtail.egg-info/
/docs/_build/
/.tox/
/venv