We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7231f2 + f308ca3 commit 2ee4656Copy full SHA for 2ee4656
community/SPFx.gitignore
@@ -0,0 +1,33 @@
1
+#SharePoint Framework (SPFx)
2
+# Logs
3
+logs
4
+*.log
5
+npm-debug.log*
6
+
7
+# Dependency directories
8
+node_modules
9
10
+# Build generated files
11
+dist
12
+lib
13
+solution
14
+temp
15
+*.sppkg
16
17
+# Coverage directory used by tools like istanbul
18
+coverage
19
20
+# OSX
21
+.DS_Store
22
23
+# Visual Studio files
24
+.ntvs_analysis.dat
25
+.vs
26
+bin
27
+obj
28
29
+# Resx Generated Code
30
+*.resx.ts
31
32
+# Styles Generated Code
33
+*.scss.ts
0 commit comments