Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

.gitattributes 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. * text eol=lf
  2. # source code
  3. *.php text
  4. *.css text
  5. *.sass text
  6. *.scss text
  7. *.less text
  8. *.styl text
  9. *.js text
  10. *.coffee text
  11. *.json text
  12. *.htm text
  13. *.html text
  14. *.xml text
  15. *.svg text
  16. *.txt text
  17. *.ini text
  18. *.inc text
  19. *.pl text
  20. *.rb text
  21. *.py text
  22. *.scm text
  23. *.sql text
  24. *.sh text
  25. *.bat text
  26. # templates
  27. *.ejs text
  28. *.hbt text
  29. *.jade text
  30. *.haml text
  31. *.hbs text
  32. *.dot text
  33. *.tmpl text
  34. *.phtml text
  35. # server config
  36. .htaccess text
  37. # git config
  38. .gitattributes text
  39. .gitignore text
  40. .gitconfig text
  41. # code analysis config
  42. .jshintrc text
  43. .jscsrc text
  44. .jshintignore text
  45. .csslintrc text
  46. # misc config
  47. *.yaml text
  48. *.yml text
  49. .editorconfig text
  50. # build config
  51. *.npmignore text
  52. *.bowerrc text
  53. # Heroku
  54. Procfile text
  55. .slugignore text
  56. # Documentation
  57. *.md text
  58. LICENSE text
  59. AUTHORS text
  60. #
  61. ## These files are binary and should be left untouched
  62. #
  63. # (binary is a macro for -text -diff)
  64. *.png binary
  65. *.jpg binary
  66. *.jpeg binary
  67. *.gif binary
  68. *.ico binary
  69. *.mov binary
  70. *.mp4 binary
  71. *.mp3 binary
  72. *.flv binary
  73. *.fla binary
  74. *.swf binary
  75. *.gz binary
  76. *.zip binary
  77. *.7z binary
  78. *.ttf binary
  79. *.eot binary
  80. *.woff binary
  81. *.pyc binary
  82. *.pdf binary