Skip to content

Commit f3483b0

Browse files
Dan ToftTanddant
authored andcommitted
Added SPFx (SharePoint Framework) gitignore
1 parent b2ccc46 commit f3483b0

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

SPFx.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)