-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
84 lines (84 loc) · 1.62 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/web/bundles/
/web/bin/
/web/build/
/web/cache/
/web/cli/
/web/components/
/web/images/
/web/includes/
/web/language/
/web/layouts/
/web/libraries/
/web/logs/
/web/media/
/web/modules/
/web/plugins/
/web/templates/
/web/tests/
/web/tmp/
/web/bundles/
/web/administrator/cache/
/web/administrator/components/
/web/administrator/help/
/web/administrator/includes/
/web/administrator/language/
/web/administrator/manifests/
/web/administrator/modules/
/web/administrator/templates/
/web/bin
/web/build
/web/cache
/web/cli
/web/components
/web/images
/web/includes
/web/language
/web/layouts
/web/libraries
/web/logs
/web/media
/web/modules
/web/plugins
/web/templates
/web/tests
/web/tmp
/web/bundles
/web/administrator/cache
/web/administrator/components
/web/administrator/help
/web/administrator/includes
/web/administrator/language
/web/administrator/manifests
/web/administrator/modules
/web/administrator/templates
/app/config/parameters.yml
/patternlab/vendor
/patternlab/public
/patternlab/config
/patternlab/source
/app/Resources/patternlab/.bundle
/app/Resources/patternlab/.sass-cache
/app/Resources/patternlab/vendor
/app/Resources/patternlab/stylesheets
!app/Resources/patternlab/stylesheets/.gitkeep
/app/Resources/views/joomla/templates/app/fonts
/app/Resources/views/joomla/templates/app/images
/app/Resources/views/joomla/templates/app/javascripts
/app/Resources/views/joomla/templates/app/stylesheets
!app/Resources/views/joomla/templates/app/stylesheets/.gitkeep
/var/*
!empty
!.gitkeep
/phpunit.xml
/build/
/node_modules/
/.bowerrc
/bower.json
/package.json
/vendor/
/bin/
!bin/console
!bin/symfony_requirements
/composer.phar
/.idea
/*.iml