Skip to content

Commit 46abe6e

Browse files
NadiyaSshiftedreality
authored andcommitted
MAGECLOUD-1897: Change .htaccess and .gitkeep in templates (#405)
1 parent a30a648 commit 46abe6e

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

m2-hotfixes/.gitkeep

-1
This file was deleted.

m2-hotfixes/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Add custom patches
2+
3+
You can add custom patch files to this directory. All custom patch filenames must have the `.patch` extension, for example `<patch_name>.patch`.
4+
After all Magento patches are applied, custom patches are applied in alphabetical order from the root of the Magento project as shown in the following example:
5+
6+
```
7+
diff -Naur a/vendor/package-name/ClassName.php b/vendor/package-name/ClassName.php
8+
--- a/vendor/package-name/ClassName.php
9+
+++ b/vendor/package-name/ClassName.php
10+
...
11+
```
12+
13+
You can use the following command to apply all Magento patches and your custom patches locally.
14+
```
15+
php ./vendor/bin/ece-patches apply
16+
```

update/.htaccess

-2
This file was deleted.

update/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A service folder used by the support module.

0 commit comments

Comments
 (0)