Updated ignore to avoid build artifacts
This commit is contained in:
parent
99bd02077a
commit
d9e2907294
|
@ -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
|
Loading…
Reference in New Issue