forked from Sterc/digitalsignage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (40 loc) · 1.09 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
.DS_Store
*.log
*.logs
server-logs/
.sass-cache/
.phplint-cache
node_modules/
bower_components/
private/core/cache/
private_html/core/cache/
public_html/core/cache/
core/cache/
private/core/export/
private/core/import/
private_html/core/export/
private_html/core/import/
public_html/core/export/
public_html/core/import/
core/export/
core/import/
core/components/digitalsignage/export/
webroot/assets/components/modxminify/cache/
webroot/assets/components/minifyx/cache/
webroot/assets/image-cache/
webroot/assets/min/cache/
webroot/assets/components/imagestyles/cache/
webroot/assets/components/phpthumbof/cache/
webroot/assets/components/discuss/attachments/
public_html/assets/components/modxminify/cache/
public_html/assets/components/minifyx/cache/
public_html/assets/image-cache/
public_html/assets/min/cache/
public_html/assets/components/imagestyles/cache/
public_html/assets/components/phpthumbof/cache/
public_html/assets/components/discuss/attachments/
# Ignore various IDE project files and folders
.idea/
# Ignore environment config
private/core/config/config.environment.inc.php
config.core.php