forked from sonata-project/SonataAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (57 loc) · 2.48 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/build
/vendor
/docs/_build/*
.php_cs.cache
composer.lock
phpunit.xml
# clean up some non bower ready package
Resources/public/vendor/admin-lte/bootstrap
Resources/public/vendor/admin-lte/build
Resources/public/vendor/admin-lte/dist/img
!Resources/public/vendor/admin-lte/dist/img/boxed-bg.jpg # Only image called in AdminLTe.css
Resources/public/vendor/admin-lte/dist/js/app.js
Resources/public/vendor/admin-lte/dist/js/demo.js
Resources/public/vendor/admin-lte/dist/js/pages
Resources/public/vendor/admin-lte/documentation
Resources/public/vendor/admin-lte/pages
Resources/public/vendor/admin-lte/plugins
Resources/public/vendor/admin-lte/*.html
Resources/public/vendor/admin-lte/Gruntfile.js
Resources/public/vendor/iCheck/skins/all.css
Resources/public/vendor/iCheck/skins/*/*
!Resources/public/vendor/iCheck/skins/square/blue.css
!Resources/public/vendor/iCheck/skins/square/blue.png
!Resources/public/vendor/iCheck/skins/square/[email protected]
Resources/public/vendor/iCheck/icheck.js
Resources/public/vendor/slimScroll/examples
Resources/public/vendor/slimScroll/jquery.slimscroll.js
Resources/public/vendor/bootstrap/grunt
Resources/public/vendor/bootstrap/less
Resources/public/vendor/bootstrap/test-infra
Resources/public/vendor/bootstrap/Gruntfile.js
Resources/public/vendor/jqueryui/themes/black-tie
Resources/public/vendor/jqueryui/themes/blitzer
Resources/public/vendor/jqueryui/themes/cupertino
Resources/public/vendor/jqueryui/themes/dark-hive
Resources/public/vendor/jqueryui/themes/dot-luv
Resources/public/vendor/jqueryui/themes/eggplant
Resources/public/vendor/jqueryui/themes/excite-bike
Resources/public/vendor/jqueryui/themes/hot-sneaks
Resources/public/vendor/jqueryui/themes/humanity
Resources/public/vendor/jqueryui/themes/le-frog
Resources/public/vendor/jqueryui/themes/mint-choc
Resources/public/vendor/jqueryui/themes/overcast
Resources/public/vendor/jqueryui/themes/pepper-grinder
Resources/public/vendor/jqueryui/themes/redmond
Resources/public/vendor/jqueryui/themes/smoothness
Resources/public/vendor/jqueryui/themes/south-street
Resources/public/vendor/jqueryui/themes/start
Resources/public/vendor/jqueryui/themes/sunny
Resources/public/vendor/jqueryui/themes/swanky-purse
Resources/public/vendor/jqueryui/themes/trontastic
Resources/public/vendor/jqueryui/themes/ui-darkness
Resources/public/vendor/jqueryui/themes/ui-lightness
Resources/public/vendor/jqueryui/themes/vader
Resources/public/vendor/jquery/src
Resources/public/vendor/jquery.scrollTo/demo
Resources/public/vendor/jquery.scrollTo/tests