mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 04:58:39 +00:00
d16af92f89
* adding js sample to demonstrate how to use UCWA SDK and subscribe to skype status * js-skype-status: fixing extension casing for images links * removing files that are not supposed to be here * js-skype-status: adding missing import for jquery in service * js-skype-status: aligning services with react version * adding missing telemetry code * js-skype-status: updating sample's readme to match standard * updating readme to latest version of the standard
33 lines
326 B
Plaintext
33 lines
326 B
Plaintext
# 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
|