Skip to content

Commit

Permalink
🔄 Sync with @Andrews-McMeel-Universal/.github (#55)
Browse files Browse the repository at this point in the history
Merge Andrews-McMeel-Universal/.github 4d09a74

---------

Co-authored-by: ebronson68 <111298136+ebronson68@users.noreply.github.com>
  • Loading branch information
amutechtest and ebronson68 authored Sep 15, 2023
1 parent 5c64228 commit 8f5c28f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
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

0 comments on commit 8f5c28f

Please sign in to comment.