From 49d3754d986c39c587999de1c88e23daf0fc969b Mon Sep 17 00:00:00 2001 From: meliheroglu <51418415+meliheroglu@users.noreply.github.com> Date: Thu, 24 Sep 2020 12:07:33 -0400 Subject: [PATCH] Create SharePointSPFx.gitignore This file covers most popular files and folders to ignore when developing SPFx web parts and extensions. --- SharePointSPFx.gitignore | 54 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 SharePointSPFx.gitignore diff --git a/SharePointSPFx.gitignore b/SharePointSPFx.gitignore new file mode 100644 index 00000000..10ee3b52 --- /dev/null +++ b/SharePointSPFx.gitignore @@ -0,0 +1,54 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Dependency directories +node_modules + +# Build generated files +dist +lib +solution +temp +*.sppkg + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Coverage directory used by tools like istanbul +coverage + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + + +# OSX +.DS_Store + +# Visual Studio files +.ntvs_analysis.dat +.vs +bin +obj + +# Resx Generated Code +*.resx.ts + +# Styles Generated Code +*.scss.ts + +# Test Result +testresult +.DS_Store +.npmrc + +