-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (49 loc) · 820 Bytes
/
.gitignore
File metadata and controls
61 lines (49 loc) · 820 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.gitmodules
/config.php
/cache/
/lib/
/uploads/
/storage/log
/storage/session
/log
.phpunit.result.cache
.core-metadata
desktop.ini
docker-compose.override.yml
.env
.codeql
# IDE Fluff
.settings
.buildpath
.project
.metadata
.phpintel
nbproject/
.vs/
# Composer
/composer/
/vendor/
composer.json
composer.lock
/test/Codeception
/test/Services/chromedriver
codeception.yml
test/Services/chromedriver
test/Codeception/tests/acceptance.suite.dist.yml
# Playwright Files
test/playwright/node_modules/
test/playwright/test-results/
test/playwright/src/
test/playwright/*.png
# Banners
/banner*.php
junit.xml
# Core/System
/.externalToolBuilders/
/system/composer.json
/system/tests/vendor
/system/tests/_output
/system/tests/composer.phar
/system/tests/composer.lock
/system/tests/support/_generated
system/system