mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 21:18:24 +00:00
9b24bee1e7
* Initial commit * Update README.md * fix casing of NameId, NameIdIssuer * show name or email * fix headerHeight on popouts * include Prinipal Type wuth site users * show users or groups * add images * setup default config * readme * readme * readme * show only lists in user selection * stylin! * mo stylin' * use folder icons * added loading spinner * comments on AD Groups * remove graph call for AD groups for now
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
|