.gitignore 182 B

1234567891011121314151617181920212223
  1. # dependencies
  2. # testing
  3. # log files
  4. /Logs
  5. # production
  6. /bin
  7. /bin/**
  8. /obj
  9. /obj/**
  10. /wwwroot/files/**
  11. # misc
  12. /Migrations
  13. /*.db
  14. *.sql
  15. /publish
  16. appsettings.*.json
  17. appsettings.json