-
-
Notifications
You must be signed in to change notification settings - Fork 84
/
.gitignore
59 lines (54 loc) · 1.06 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
# Ignore temporary files (left by editors)
*~
*.bak
# Ignore by common IDEs used directories/files
nbproject
*.idea
*.project
.buildpath
.project
.settings
.TemporaryItems
.webprj
# Ignore PHP/composer stuff
.Build
composer.lock
.php_cs.cache
/Resources/Private/Php/Libraries/vendor
/Resources/Private/Php/Libraries/composer.lock
var/log
var/tests
var/
infection.log
/Tests/.phpunit.cache/
/Infection/
/LOGGER-HTML
.Logs
reports/
report/
tools/
# Devbox
.devbox/.ddev/config.local.yaml
.devbox/bin
.devbox/var
.devbox/vendor
.devbox/public/_assets
.devbox/public/index.php
.devbox/public/fileadmin/.htaccess
.devbox/public/fileadmin/_processed_
.devbox/public/fileadmin/_temp_
.devbox/public/typo3
.devbox/public/typo3conf/ext
.devbox/public/typo3conf/PackageStates.php
.devbox/public/typo3temp
.devbox/.ddev/.global_commands/
.devbox/.ddev/.homeadditions/
.devbox/.ddev/apache/
.devbox/.ddev/nginx_full/
.devbox/.ddev/providers/
.devbox/.ddev/xhprof/
# Codeception Files
Tests/Acceptance/_data/*
Tests/Acceptance/_output/*
# Generated documentation
Documentation-GENERATED-temp