forked from OpenMage/magento-lts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
84 lines (65 loc) · 1.5 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
# 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/openmage/Caddyfile
/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
# 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
# DDEV
.ddev/config.yaml
.ddev/.sampleData