.gitignore 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /build
  2. /vendor
  3. /Resources/doc/_build/*
  4. .php_cs.cache
  5. composer.lock
  6. phpunit.xml
  7. # clean up some non bower ready package
  8. Resources/public/vendor/admin-lte/bootstrap
  9. Resources/public/vendor/admin-lte/build
  10. Resources/public/vendor/admin-lte/dist/img
  11. !Resources/public/vendor/admin-lte/dist/img/boxed-bg.jpg # Only image called in AdminLTe.css
  12. Resources/public/vendor/admin-lte/dist/js/app.js
  13. Resources/public/vendor/admin-lte/dist/js/demo.js
  14. Resources/public/vendor/admin-lte/dist/js/pages
  15. Resources/public/vendor/admin-lte/documentation
  16. Resources/public/vendor/admin-lte/pages
  17. Resources/public/vendor/admin-lte/plugins
  18. Resources/public/vendor/admin-lte/*.html
  19. Resources/public/vendor/admin-lte/Gruntfile.js
  20. Resources/public/vendor/iCheck/skins/all.css
  21. Resources/public/vendor/iCheck/skins/*/*
  22. !Resources/public/vendor/iCheck/skins/square/blue.css
  23. !Resources/public/vendor/iCheck/skins/square/blue.png
  24. !Resources/public/vendor/iCheck/skins/square/blue@2x.png
  25. Resources/public/vendor/iCheck/icheck.js
  26. Resources/public/vendor/slimScroll/examples
  27. Resources/public/vendor/slimScroll/jquery.slimscroll.js
  28. Resources/public/vendor/bootstrap/grunt
  29. Resources/public/vendor/bootstrap/less
  30. Resources/public/vendor/bootstrap/test-infra
  31. Resources/public/vendor/bootstrap/Gruntfile.js
  32. Resources/public/vendor/jqueryui/themes/black-tie
  33. Resources/public/vendor/jqueryui/themes/blitzer
  34. Resources/public/vendor/jqueryui/themes/cupertino
  35. Resources/public/vendor/jqueryui/themes/dark-hive
  36. Resources/public/vendor/jqueryui/themes/dot-luv
  37. Resources/public/vendor/jqueryui/themes/eggplant
  38. Resources/public/vendor/jqueryui/themes/excite-bike
  39. Resources/public/vendor/jqueryui/themes/hot-sneaks
  40. Resources/public/vendor/jqueryui/themes/humanity
  41. Resources/public/vendor/jqueryui/themes/le-frog
  42. Resources/public/vendor/jqueryui/themes/mint-choc
  43. Resources/public/vendor/jqueryui/themes/overcast
  44. Resources/public/vendor/jqueryui/themes/pepper-grinder
  45. Resources/public/vendor/jqueryui/themes/redmond
  46. Resources/public/vendor/jqueryui/themes/smoothness
  47. Resources/public/vendor/jqueryui/themes/south-street
  48. Resources/public/vendor/jqueryui/themes/start
  49. Resources/public/vendor/jqueryui/themes/sunny
  50. Resources/public/vendor/jqueryui/themes/swanky-purse
  51. Resources/public/vendor/jqueryui/themes/trontastic
  52. Resources/public/vendor/jqueryui/themes/ui-darkness
  53. Resources/public/vendor/jqueryui/themes/ui-lightness
  54. Resources/public/vendor/jqueryui/themes/vader
  55. Resources/public/vendor/jquery/src
  56. Resources/public/vendor/jquery.scrollTo/demo
  57. Resources/public/vendor/jquery.scrollTo/tests