mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 21:18:24 +00:00
3e9f4519c4
Updated SPFx to version 1.14 Update to PnPjs version 3.0 Removed logging interface Updated codebase for current better coding practices Added samples to show how to utilize new PnPjs version 3 features
34 lines
334 B
Plaintext
34 lines
334 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Dependency directories
|
|
node_modules
|
|
|
|
# Build generated files
|
|
dist
|
|
lib
|
|
solution
|
|
temp
|
|
release
|
|
*.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
|