-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
136 lines (116 loc) · 2.16 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# 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 a base setup for running unit Tests with code coverage and send them to SonarCloud
# https://github.com/OpenMage/magento-lts/pull/1836
/dev/testfield
/dev/tests/clover.xml
/dev/tests/crap4j.xml
/dev/tests/junit.xml
# 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/tests/functional/generated
/dev/tests/functional/vendor
/media/*
!/media/.htaccess
!/media/custom_options/.htaccess
!/media/customer/.htaccess
!/media/dhl/logo.jpg
!/media/downloadable/.htaccess
/var/*
!/var/.htaccess
# composer
/vendor
# ddev
.ddev/config.yaml
# 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*.neon
!phpstan.dist.*.neon
# dev scripts loaded via composer
/shell/update-copyright.php
/shell/translations.php
# custom block
index.php
app/code/core
var
shell
pub
pub
media
errors
app/locale
lib
skin/adminhtml
skin/install
skin/.htaccess
skin/frontend/base
skin/frontend/default
skin/frontend/rwd
.all-contributorsrc
.gitpod.yml
.htaccess
api.php
bolt.php
composer.json
composer.lock
cron.php
cron.sh
favicon.ico
get.php
install.php
LICENSE_AFL.txt
LICENSE.html
LICENSE.txt
php.ini
phpstan.dist.baseline.neon
robots.txt
sitemap_en.xml
sitemap.xml
.gitattributes
app/Mage.php
app/etc
app/bootstrap.php
app/design/adminhtml
app/design/install
.github
.ddev
app/code/community
app/code/local
app/design/frontend/base
app/design/frontend/default
app/design/frontend/rwd
app/design/frontend/demo/default/locale
/js
error_log