From f3483b0072708b7bece1a7b79ffb74989b3c4466 Mon Sep 17 00:00:00 2001 From: Dan Toft Date: Wed, 12 May 2021 10:56:36 +0200 Subject: [PATCH] Added SPFx (SharePoint Framework) gitignore --- SPFx.gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 SPFx.gitignore diff --git a/SPFx.gitignore b/SPFx.gitignore new file mode 100644 index 00000000..ac0c4307 --- /dev/null +++ b/SPFx.gitignore @@ -0,0 +1,33 @@ +#SharePoint Framework (SPFx) +# Logs +logs +*.log +npm-debug.log* + +# Dependency directories +node_modules + +# Build generated files +dist +lib +solution +temp +*.sppkg + +# Coverage directory used by tools like istanbul +coverage + +# OSX +.DS_Store + +# Visual Studio files +.ntvs_analysis.dat +.vs +bin +obj + +# Resx Generated Code +*.resx.ts + +# Styles Generated Code +*.scss.ts \ No newline at end of file