-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
28 lines (28 loc) · 990 Bytes
/
.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
# 2020-12-04 Dmitry Fedyuk https://www.upwork.com/fl/mage2pro
# http://stackoverflow.com/questions/987142
# http://stackoverflow.com/questions/9162919
# http://stackoverflow.com/questions/8024924#comment15884195_8025106
*
!*/
!/.editorconfig
!/.gitignore
!/composer.json
!/readme.md
!/app/code/**/*
!/app/design/frontend/Mgs/**/*
!/app/i18n/Mageplaza/**/*
!/fr/**/*
/update/
# 2020-12-05 Dmitry Fedyuk https://www.upwork.com/fl/mage2pro
# "How to fix product images in Magento 2.3.5 in Windows?": https://mage2.pro/t/6210
!/vendor/magento/framework/Image/Adapter/Gd2.php
# 2020-12-04 Dmitry Fedyuk https://www.upwork.com/fl/mage2pro
# How to fix the «Invalid template file» / «require_js.phtml» failure of Magento 2.3.x in Windows?
# https://mage2.pro/t/5774
!/vendor/magento/framework/View/Element/Template/File/Validator.php
/dev
/vendor/codeception
/vendor/magento/framework/Test
/vendor/magento/magento2-base
/vendor/magento/magento2-functional-testing-framework
/vendor/tubalmartin