diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..35d13580 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,17 @@ +changelog: + categories: + - title: General Changes + labels: + - "*" + exclude: + authors: + - dependabot + - title: DevOps Changes + labels: + - devops + exclude: + labels: + - dependencies + - title: Dependencies + labels: + - dependencies diff --git a/.gitignore b/.gitignore index a5ad2105..4f6097f5 100644 --- a/.gitignore +++ b/.gitignore @@ -255,6 +255,8 @@ megalinter-reports/* jscpd-report.json # Automated Testing +/coverage/integration +/test-results/ /playwright/storage-states/ /playwright/.cache/ /playwright-report/ @@ -754,3 +756,7 @@ Secrets.json ./history/ *.history .setup_done + +# Azure B2C +/**/src/custom-policies/B2C_1A_*_*_SIGNINSIGNOUT_*.xml +/custom-policies/**/B2C_1A_*_*_SIGNINSIGNOUT_*.xml diff --git a/.prettierignore b/.prettierignore index 13ce0ee2..cd1b88ba 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,8 +1,7 @@ # General .cache/ .git/ -storybook-static -src/helpers/utilities/tokens/_design_tokens.js + # GitHub Actions Workflows .github/dependabot.yml @@ -19,8 +18,13 @@ docker-compose.yml # Node.js .next build/ +coverage/ +playwright-report/ +test-results/ **.js.map **.bundle.js +storybook-static +src/helpers/utilities/tokens/_design_tokens.js # WordPress wp-content/