You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
355 B
34 lines
355 B
3 years ago
|
#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
|