Skip to content

Commit

Permalink
Ignore the project's phpcs.xml file when exporting it as a new project
Browse files Browse the repository at this point in the history
The core phpcs.xml is only relevant to core development, not projects using Winter. Running winter:sniff without a config file present will auto generate one from the stubs in the system module.
  • Loading branch information
LukeTowers committed Dec 16, 2024
1 parent 69f19e3 commit bace8e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
.gitattributes export-ignore
CHANGELOG.md export-ignore
/package.json export-ignore
phpcs.xml export-ignore

0 comments on commit bace8e7

Please sign in to comment.