File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ You can also disable unwanted aspects of the patching process (like Events). **P
4747also auto-detect source files and use any available, but you can specify ` ignoredSources ` by
4848their shortname (e.g. "Framework") to prevent using a source.
4949
50+ ### Repositories
51+
52+ ** Patches** works best alongside your project's repository management. It is highly recommended
53+ that you add the workspace to your ** .gitignore** file (default: ** writable/patches** ) and
54+ that you include ** composer.lock** in committed code. This way you can run patches against
55+ a dedicated branch without affecting the rest of your workflow.
56+
5057## Usage
5158
5259** Patches** comes with a CLI Command to run patches and guide you through the process. After
You can’t perform that action at this time.
0 commit comments