.gitignore 2.5 KB

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