.gitignore 177 B

123456789101112131415161718192021
  1. # temporales
  2. *~
  3. \#*\#
  4. *.\#*
  5. # claves
  6. importantes.py
  7. # proveeidas por mezzanine
  8. syntax: glob
  9. *.pyc
  10. *.pyo
  11. *.db
  12. .DS_Store
  13. .coverage
  14. local_settings.py
  15. #syntax: regexp
  16. #^static/