From f3483b0072708b7bece1a7b79ffb74989b3c4466 Mon Sep 17 00:00:00 2001
From: Dan Toft
Date: Wed, 12 May 2021 10:56:36 +0200
Subject: [PATCH 1/2] 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
From f308ca341dffc044b9d205080c2678ff8044187d Mon Sep 17 00:00:00 2001
From: Martin Woodward
Date: Tue, 25 May 2021 11:44:57 +0100
Subject: [PATCH 2/2] Moved into community folder
---
SPFx.gitignore => community/SPFx.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename SPFx.gitignore => community/SPFx.gitignore (97%)
diff --git a/SPFx.gitignore b/community/SPFx.gitignore
similarity index 97%
rename from SPFx.gitignore
rename to community/SPFx.gitignore
index ac0c4307..5a66b341 100644
--- a/SPFx.gitignore
+++ b/community/SPFx.gitignore
@@ -30,4 +30,4 @@ obj
*.resx.ts
# Styles Generated Code
-*.scss.ts
\ No newline at end of file
+*.scss.ts