.gitignore 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. ################################################################################
  2. ### IDE directories
  3. ################################################################################
  4. .vs/
  5. .vscode/
  6. .idea/
  7. ################################################################################
  8. ### User specific files that can be generated by Visual Studio
  9. ################################################################################
  10. *.suo
  11. *.user
  12. ################################################################################
  13. ### Build and Intermediate directories
  14. ################################################################################
  15. [Bb]in/
  16. [Oo]bj/
  17. ################################################################################
  18. ### Build artifacts directory
  19. ################################################################################
  20. *.[Aa]rtifacts/
  21. ################################################################################
  22. ### Local nugets cache
  23. ################################################################################
  24. .nuget/
  25. ################################################################################
  26. ### OS specific auto generated files
  27. ################################################################################
  28. .DS_Store
  29. [Tt]humbs.db