Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔄 Sync with @Andrews-McMeel-Universal/.github #55

Merged
merged 2 commits into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 11 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,15 @@ jscpd-report.json
# Output of 'npm pack'
*.tgz

# Yarn Integrity file
# Yarn Package Management
.yarn-integrity
yarn-error.log
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Configs
configFile.json
Expand Down Expand Up @@ -465,9 +471,6 @@ nCrunchTemp_*
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

Expand Down Expand Up @@ -588,7 +591,6 @@ FakesAssemblies/

# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/

# Visual Studio 6 build log
*.plg
Expand All @@ -606,10 +608,6 @@ node_modules/
*.dsw
*.dsp

# Visual Studio 6 technical files
*.ncb
*.aps

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
Expand Down Expand Up @@ -694,10 +692,7 @@ FodyWeavers.xsd

# Windows Installer files from build outputs
*.cab
*.msi
*.msix
*.msm
*.msp

# JetBrains Rider
*.sln.iml
Expand All @@ -708,7 +703,6 @@ FodyWeavers.xsd
# https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore

# by default all files in this directory should be ignored in Git
.vscode/*
*devcontainer.env

# these rules can be shared with collaborators
Expand All @@ -727,10 +721,6 @@ FodyWeavers.xsd
/.pnp
.pnp.js

# generated during build
robots.txt
sitemap*.xml

# misc
.DS_Store

Expand Down Expand Up @@ -760,3 +750,7 @@ Secrets.json
# Azure B2C
/**/src/custom-policies/B2C_1A_*_*_SIGNINSIGNOUT_*.xml
/custom-policies/**/B2C_1A_*_*_SIGNINSIGNOUT_*.xml

# Azure Functions
*.Functions/Properties/ServiceDependencies/*/*.json
*.Functions/Properties/serviceDependencies.*.json
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.github/dependabot.yml
.github/labeler.yml
.github/workflows/aks*.yml
.github/release.yml

# Helm
deployments/**/templates/
Expand Down
Loading