Updated ignore to avoid build artifacts

This commit is contained in:
Hugo Bernier 2022-02-13 13:43:53 -05:00 committed by GitHub
parent 99bd02077a
commit d9e2907294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 5 deletions

15
.gitignore vendored
View File

@ -33,17 +33,22 @@ obj
*.scss.ts
packages/
samples/react-teams-send-notification/MyNotes.md
samples/react-teams-send-notification/teams/teams.zip
samples/react-find-parker/release/component-dependency-audit/react-find-parker.json
samples/react-find-parker/release/webpack-stats/react-find-parker.stats.json
# Include distributable workflow actions
!.github/actions/**/dist
samples/react-enhanced-powerapps/lib/*
# .CER Certificates
*.cer
# .PEM Certificates
*.pem
# Exclude build artifacts from samples
samples/**/dist/
samples/**/lib/
samples/**/solution/
samples/**/temp/
samples/**/release/
samples/**/node_modules