You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. test/
  2. src/
  3. bower.json
  4. component.json
  5. .jshintrc
  6. .travis.yml
  7. CHANGELOG*
  8. Gemfile
  9. gruntfile.js
  10. Gruntfile.js
  11. Gulpfile.js
  12. Makefile
  13. package.json
  14. README*
  15. # underscore
  16. underscore/**
  17. !underscore/.bower.json
  18. !underscore/underscore-min.js
  19. !underscore/LICENSE
  20. # blueimp-md5
  21. blueimp-md5/css
  22. blueimp-md5/js/*
  23. !blueimp-md5/js/md5.min.js
  24. blueimp-md5/index.html
  25. # momentjs - ignore all files except the two listed below
  26. moment/**
  27. !moment/.bower.json
  28. !moment/min
  29. !moment/LICENSE
  30. moment/min/**
  31. !moment/min/moment-with-locales.min.js
  32. # jquery
  33. jquery/**
  34. !jquery/.bower.json
  35. !jquery/dist
  36. !jquery/dist/jquery.*
  37. !jquery/MIT-LICENSE.txt
  38. # jquery-ui
  39. jquery-ui/**
  40. !jquery-ui/themes/base/jquery-ui.css
  41. !jquery-ui/jquery-ui.min.js
  42. !jquery-ui/.bower.json
  43. # jcrop
  44. jcrop/index.html
  45. jcrop/demos
  46. jcrop/css/jquery.Jcrop.min.css
  47. jcrop/js/**
  48. !jcrop/js/jquery.Jcrop.js
  49. # jsTimezoneDetect
  50. jsTimezoneDetect/jstz.min.js
  51. # handlebars
  52. handlebars/**
  53. !handlebars/.bower.json
  54. !handlebars/handlebars.runtime.min.js
  55. # select2
  56. select2/**
  57. !select2/.bower.json
  58. !select2/select2.js
  59. !select2/select2.css
  60. !select2/select2.png
  61. !select2/select2x2.png
  62. !select2/select2-spinner.gif
  63. !select2/LICENSE
  64. #zxcvbn
  65. zxcvbn/**
  66. !zxcvbn/.bower.json
  67. !zxcvbn/dist
  68. zxcvbn/dist/**
  69. !zxcvbn/dist/zxcvbn.js
  70. !zxcvbn/LICENSE.txt
  71. # snapjs
  72. snapjs/demo
  73. snapjs/dist/2.0.0-rc1
  74. snapjs/dist/latest/snap.css
  75. snapjs/dist/latest/snap.min.js
  76. snapjs/scripts
  77. # bootstrap - only include the tooltip plugin
  78. bootstrap/**
  79. !bootstrap/.bower.json
  80. !bootstrap/js
  81. bootstrap/js/*
  82. !bootstrap/js/tooltip.js
  83. # backbone
  84. backbone/backbone-min*
  85. # davclient.js
  86. davclient.js/**
  87. !davclient.js/.bower.json
  88. !davclient.js/lib
  89. !davclient.js/lib/client.js
  90. !davclient.js/LICENSE
  91. # es6-shim
  92. es6-shim/**
  93. !es6-shim/.bower.json
  94. !es6-shim/LICENSE
  95. !es6-shim/es6-shim.min.js
  96. # base64
  97. base64/*min.js
  98. # clipboard
  99. clipboard/**
  100. !clipboard/.bower.json
  101. !clipboard/dist
  102. !clipboard/dist/clipboard.min.js
  103. # autosize
  104. autosize/**
  105. !autosize/dist
  106. !autosize/dist/autosize.min.js
  107. !autosize/.bower.json
  108. !autosize/LICENCE.md
  109. #marked
  110. marked/bin
  111. marked/doc
  112. marked/index.js
  113. marked/lib
  114. marked/man
  115. # DOMPurity
  116. DOMPurify/**
  117. !DOMPurify/dist
  118. !DOMPurify/dist/purify.min.js
  119. !DOMPurify/.bower.json
  120. !DOMPurify/LICENSE
  121. # strengthify
  122. strengthify/examples.html
  123. strengthify/examples.png
  124. # underscore
  125. css-vars-ponyfill/**
  126. !css-vars-ponyfill/dist
  127. !css-vars-ponyfill/dist/css-vars-ponyfill.min.js
  128. !css-vars-ponyfill/dist/css-vars-ponyfill.min.js.map
  129. !css-vars-ponyfill/LICENSE