diff --git a/.gitignore b/.gitignore index cdbb11e80..4372de832 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file