]> source.dussan.org Git - gitignore.git/commitdiff
Added SPFx (SharePoint Framework) gitignore
authorDan Toft <dt@evobis.dk>
Wed, 12 May 2021 08:56:36 +0000 (10:56 +0200)
committerDan Toft <tanddant@gmail.com>
Wed, 12 May 2021 08:56:57 +0000 (10:56 +0200)
SPFx.gitignore [new file with mode: 0644]

diff --git a/SPFx.gitignore b/SPFx.gitignore
new file mode 100644 (file)
index 0000000..ac0c430
--- /dev/null
@@ -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