/.gitignore

http://github.com/feincms/feincms · gitignore · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · b0b15d75739395c4d40c3777019276df MD5 · raw file

  1. *.pyc
  2. *~
  3. .*.swp
  4. \#*#
  5. /secrets.py
  6. .DS_Store
  7. ._*
  8. /FeinCMS.egg-info
  9. /MANIFEST
  10. /_build
  11. /build
  12. /dist
  13. tests/test.zip
  14. /docs/_build
  15. /tests/.tox
  16. /tests/.coverage
  17. /tests/htmlcov
  18. venv