aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Toft <dt@evobis.dk>2021-05-12 10:56:36 +0200
committerDan Toft <tanddant@gmail.com>2021-05-12 10:56:57 +0200
commitf3483b0072708b7bece1a7b79ffb74989b3c4466 (patch)
tree2fe1fdcfb0dea0a05a83ca06df78655933ee2c69
parentb2ccc4644b997fa2e86da5ae37f3b053c39f3d7b (diff)
downloadgitignore-f3483b0072708b7bece1a7b79ffb74989b3c4466.tar.gz
gitignore-f3483b0072708b7bece1a7b79ffb74989b3c4466.zip
Added SPFx (SharePoint Framework) gitignore
-rw-r--r--SPFx.gitignore33
1 files changed, 33 insertions, 0 deletions
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