forked from zikula/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (33 loc) · 758 Bytes
/
.gitignore
File metadata and controls
41 lines (33 loc) · 758 Bytes
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
# /
.git_externals
/nbproject
/.project
/.settings
/.buildpath
/.idea
# /src/config/
/src/config/personal_config.php
/src/config/multisites_config.php
/src/config/FirePHPCore/*
# /src/lib/vendor/
# /src/locale/
# /src/modules/
/src/modules/*
/src/modules/!\.htaccess
# /src/plugins
/src/plugins/!README
# /src/userdata
/src/userdata/*
/src/userdata/!\.htaccess
# /src/ztemp
/src/ztemp/*
/src/userdata/!\.htaccess
/src/ztemp/errors_log/!\.index.html
/src/ztemp/purifierCache/!\.index.html
/src/ztemp/idsTmp/!\.index.html
/src/ztemp/view_cache/!\.index.html
/src/ztemp/view_compiled/!\.index.html
/src/ztemp/Theme_cache/!\.index.html
/src/ztemp/Theme_compiled/!\.index.html
/src/ztemp/Theme_Config/!\.index.html
/src/ztemp/doctrinemodels/!\.index.html