forked from ExpressionEngine/ExpressionEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
112 lines (86 loc) · 3.32 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Basics =======================================================================
.DS_Store
Thumbs.db
env_local.rb
*.swp
node_modules/
.vscode/
system/user/addons/*
!system/user/addons/index.html
!system/user/addons/download
!system/user/addons/google_maps
!system/user/addons/js_tool
!system/user/addons/testage
!system/user/addons/debug
!system/user/addons/safecracker_file
!system/user/addons/cookie_check
!system/user/addons/cookie_consent
!system/user/addons/ellislab_high_ascii_decode
!system/user/addons/wiki
system/user/cache/*
!system/user/cache/index.html
!system/user/cache/.htaccess
system/user/config/*
system/user/config/config.php
system/user/config/database.php
!system/user/config/.htaccess
!system/user/config/license.key
!system/user/config/index.html
system/user/language/*
!system/user/language/index.html
system/user/templates/*
!system/user/templates/index.html
!system/user/templates/.htaccess
themes/user/*
themes/ee/asset/javascript/compressed/
# Tests ========================================================================
system/ee/EllisLab/Tests/vendor/
system/ee/EllisLab/Tests/phpunit/composer.lock
tests/rspec/config.local.rb
tests/rspec/screenshots/*
tests/rspec/support/file-sync/uploads/*
tests/rspec/fixtures/vendor/
tests/rspec/fixtures/composer.lock
system/ee/EllisLab/Tests/vendor/*
system/ee/EllisLab/Tests/composer.lock
system/ee/installer/updater/EllisLab/Tests/vendor/*
system/ee/installer/updater/EllisLab/Tests/composer.lock
# Themes/Images ================================================================
media/*
images/captchas/*
!images/captchas/index.html
!images/captchas/.htaccess
images/avatars/*
!images/avatars/default/*
!images/avatars/index.html
!images/avatars/.htaccess
images/forum_attachments/*
!images/forum_attachments/index.html
!images/forum_attachments/.htaccess
images/member_photos/*
!images/member_photos/index.html
!images/member_photos/.htaccess
images/signature_attachments/*
!images/signature_attachments/index.html
!images/signature_attachments/.htaccess
images/pm_attachments/*
!images/pm_attachments/index.html
!images/pm_attachments/.htaccess
images/uploads/*
!images/uploads/index.html
!images/uploads/.htaccess
themes/third_party/
asset/*
# Updater dependencies =================================================
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Boot/boot.common.php
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Core/Autoloader.php
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Library/Filesystem/Filesystem.php
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Library/Filesystem/FilesystemException.php
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Protocol/Config/Config.php
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Service/Config/ConfigWithDefaults.php
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Service/Config/Directory.php
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Service/Config/Factory.php
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Service/Config/File.php
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Service/Logger/File.php
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Service/Updater/Logger.php
system/ee/installer/updater/EllisLab/ExpressionEngine/Updater/Service/Updater/Verifier.php