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.
33 lines
355 B
33 lines
355 B
#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
|
|
|