We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58fb78 commit 8df64eeCopy full SHA for 8df64ee
.github/workflows/auto-testing-builds.yml
@@ -74,6 +74,7 @@ jobs:
74
[ -d assets/js/src ] && rm -r assets/js/src
75
[ -d node_modules ] && rm -r node_modules
76
[ -d tests ] && rm -r tests
77
+ [ -d .cursor ] && rm -r .cursor
78
[ -f .gitattributes ] && rm .gitattributes
79
[ -f .gitignore ] && rm .gitignore
80
[ -f phpcs.xml ] && rm phpcs.xml
0 commit comments