.gitignore 240 B

1234567891011121314151617181920212223242526
  1. # temporales
  2. *~
  3. \#*\#
  4. *.\#*
  5. # claves
  6. importantes.py
  7. datos.csv
  8. datos1.csv
  9. *.cp
  10. backups_generales.sh
  11. nohup.out
  12. # proveeidas por mezzanine
  13. syntax: glob
  14. *.pyc
  15. *.pyo
  16. *.db
  17. .DS_Store
  18. .coverage
  19. local_settings.py
  20. #syntax: regexp
  21. ^static/
  22. static/