forked from zikula/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
32 lines (32 loc) · 814 Bytes
/
.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
/composer
/composer.lock
/composer.phar
/bin/
/src/app/bootstrap.php.cache
/src/app/cache/
/src/app/config/custom_*.yml
/src/app/config/dynamic/*
!/src/app/config/dynamic/default.yml
/src/app/logs/
/src/config/locale/*
/src/config/personal_config.php
/src/config/multisites_config.php
/src/modules/*
!/src/modules/acme-example
/src/themes/*
!/src/themes/Zikula/Theme/Andreas08Theme
!/src/themes/Zikula/Theme/AtomTheme
!/src/themes/Zikula/Theme/BootstrapTheme
!/src/themes/Zikula/Theme/MobileTheme
!/src/themes/Zikula/Theme/PrinterTheme
!/src/themes/Zikula/Theme/RssTheme
!/src/themes/Zikula/Theme/SeaBreezeTheme
/src/app/Resources/locale/*
!/src/app/Resources/locale/en
!/src/app/Resources/locale/zikula.pot
!/src/app/Resources/locale/zikula_js.pot
/src/plugins/
/src/userdata/
/src/vendor/
/src/web/*
/src/ztemp/