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.

SPFx.gitignore 355B

123456789101112131415161718192021222324252627282930313233
  1. #SharePoint Framework (SPFx)
  2. # Logs
  3. logs
  4. *.log
  5. npm-debug.log*
  6. # Dependency directories
  7. node_modules
  8. # Build generated files
  9. dist
  10. lib
  11. solution
  12. temp
  13. *.sppkg
  14. # Coverage directory used by tools like istanbul
  15. coverage
  16. # OSX
  17. .DS_Store
  18. # Visual Studio files
  19. .ntvs_analysis.dat
  20. .vs
  21. bin
  22. obj
  23. # Resx Generated Code
  24. *.resx.ts
  25. # Styles Generated Code
  26. *.scss.ts