mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
* This sample shows how appSettings.json file can be added and unsed within SharePoint Framewrok webparts similar to the Web.config / App.config key value app settings in .NET Framework projects. * Update README.md Typos fix
15 lines
122 B
Plaintext
15 lines
122 B
Plaintext
# Folders
|
|
.vscode
|
|
coverage
|
|
node_modules
|
|
sharepoint
|
|
src
|
|
temp
|
|
|
|
# Files
|
|
*.csproj
|
|
.git*
|
|
.yo-rc.json
|
|
gulpfile.js
|
|
tsconfig.json
|