.gitignore 212 B

1234567891011121314151617181920212223
  1. # TeamsFx files
  2. env/.env.*.user
  3. env/.env.local
  4. .DS_Store
  5. .localConfigs
  6. build
  7. appPackage/build
  8. # dependencies
  9. /node_modules
  10. # testing
  11. /coverage
  12. # production
  13. /build
  14. # misc
  15. .DS_Store
  16. .env
  17. .deployment
  18. .gitignore