forked from OpenMage/magento-lts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
89 lines (69 loc) · 1.39 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
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
# PhpStorm
.idea
# Openmage config
/app/etc/local.xml
# CM Redis
/app/code/community/Cm
/app/etc/modules/Cm_RedisSession.xml
/lib/Credis
# Add Gitpod online IDE config
# https://github.com/OpenMage/magento-lts/pull/1836
/dev/gitpod/docker-magento
/dev/gitpod/.env
# Add development environment setup files and README
# https://github.com/OpenMage/magento-lts/pull/1012
/dev/openmage/docker-magento
/dev/openmage/.env
/dev/openmage/Caddyfile
/media/*
!/media/.htaccess
!/media/custom_options/.htaccess
!/media/customer/.htaccess
!/media/dhl/logo.jpg
!/media/downloadable/.htaccess
/var/*
!/var/.htaccess
# composer
/vendor
# scss-cache
/skin/*/*/*/scss/.sass-cache
# .phar (n98-magerun, ...)
*.phar
# PHP-CS-Fixer cache
.php-cs-fixer.cache
# Ignore custom config files
.php-cs-fixer*
!.php-cs-fixer.dist.*
.phpcs*.xml
!.phpcs*.xml.dist
# PhpStan
.phpstan.cache
.phpstan*.neon
phpstan*.neon
!.phpstan.dist.neon
!.phpstan.dist.*.neon
# PhpUnit
tests/coverage
tests/logging
.phpunit.result.cache
phpunit.xml
!phpunit.xml.dist
# build
/build
# dev scripts loaded via composer
/shell/update-copyright.php
/shell/translations.php
# DDEV
.ddev/config.yaml
.ddev/.sampleData