.gitignore 66 B

12345678910
  1. .vs
  2. !/dll/*.dll
  3. obj
  4. bin
  5. debug
  6. *.pdb
  7. App_Data
  8. logs
  9. /CP.Api/publish