Browse Source

Added SPFx (SharePoint Framework) gitignore

Dan Toft 4 years ago
parent
commit
f3483b0072
1 changed files with 33 additions and 0 deletions
  1. 33 0
      SPFx.gitignore

+ 33 - 0
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