Skip to content

Commit

Permalink
🔄 Synchronize with @Andrews-McMeel-Universal/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
amutechtest committed Aug 1, 2023
1 parent 23f1e5d commit 6473760
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ megalinter-reports/*
jscpd-report.json

# Automated Testing
/coverage/integration
/test-results/
/playwright/storage-states/
/playwright/.cache/
/playwright-report/
Expand Down Expand Up @@ -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
8 changes: 6 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# General
.cache/
.git/
storybook-static
src/helpers/utilities/tokens/_design_tokens.js


# GitHub Actions Workflows
.github/dependabot.yml
Expand All @@ -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/
Expand Down

0 comments on commit 6473760

Please sign in to comment.