forked from mautic/mautic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
96 lines (84 loc) · 1.86 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
85
86
87
88
89
90
91
92
93
94
95
96
.*
!.gitignore
!.htaccess
!.gitkeep
.php_cs.cache
/.env
/composer.phar
/app/bootstrap*
/app/tests.bootstrap*
/app/phpunit.xml
/app/bundles/CoreBundle/Assets/css/app/less/**/*.css
/app/bundles/CoreBundle/Assets/css/libraries/**/*.css
/app/bundles/CoreBundle/Assets/css/libraries/Froala/plugins/*.css
!/app/bundles/CoreBundle/Assets/css/libraries/builder.css
!/app/bundles/CoreBundle/Assets/css/libraries/froala/plugins/gated_video.css
!/app/bundles/CoreBundle/Assets/css/*.css
/app/cache/*
!/app/cache/.gitkeep
/app/config/local*.php
/app/config/config_local.php
/app/config/paths_local.php
/app/logs/*
!/app/logs/.gitkeep
/app/Resources/SensioGeneratorBundle
/app/spool/*
/vendor/*
!/vendor/.htaccess
/bin/*
/bundles
/node_modules
/build/coverage
/build/packaging
/build/packages/*
!/build/packages/.placeholder
/mockup
/upgrade
/upgrade_errors.txt
/media/dashboards/*
!/media/dashboards/*.json
/media/files/*
!/media/files/.htaccess
/media/images/*
!/media/images/flags
!/media/images/mejs
!/media/images/apple-touch-icon.png
!/media/images/avatar.png
!/media/images/favicon.ico
!/media/images/mautic_logo*
!/media/images/.htaccess
/plugins/*
!/plugins/MauticCitrixBundle
!/plugins/MauticClearbitBundle
!/plugins/MauticCloudStorageBundle
!/plugins/MauticCrmBundle
!/plugins/MauticDynamicsBundle
!/plugins/MauticEmailMarketingBundle
!/plugins/MauticFocusBundle
!/plugins/MauticFullContactBundle
!/plugins/MauticGmailBundle
!/plugins/MauticOutlookBundle
!/plugins/MauticSocialBundle
!/plugins/MauticZapierBundle
!/plugins/index.html
/themes/*
!/themes/aurora
!/themes/blank
!/themes/cards
!/themes/coffee
!/themes/fresh-center
!/themes/fresh-fixed
!/themes/fresh-left
!/themes/fresh-wide
!/themes/goldstar
!/themes/Mauve
!/themes/nature
!/themes/neopolitan
!/themes/oxygen
!/themes/skyline
!/themes/sparse
!/themes/sunday
!/themes/vibrant
!/themes/blank.png
!/themes/blank-big.png
/translations