Nenhuma descrição

.gitignore 863B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. *AppPackages*
  2. *BundleArtifacts*
  3. #OS junk files
  4. [Tt]humbs.db
  5. *.DS_Store
  6. #Visual Studio files
  7. *.[Oo]bj
  8. *.user
  9. *.aps
  10. *.pch
  11. *.vspscc
  12. *.vssscc
  13. *_i.c
  14. *_p.c
  15. *.ncb
  16. *.suo
  17. *.tlb
  18. *.tlh
  19. *.bak
  20. *.[Cc]ache
  21. *.ilk
  22. *.log
  23. *.lib
  24. *.sbr
  25. *.sdf
  26. *.opensdf
  27. *.opendb
  28. *.unsuccessfulbuild
  29. ipch/
  30. [Oo]bj/
  31. [Bb]in
  32. [Dd]ebug*/
  33. [Rr]elease*/
  34. Ankh.NoLoad
  35. # Visual C++ cache files
  36. ipch/
  37. *.aps
  38. *.ncb
  39. *.opendb
  40. *.opensdf
  41. *.sdf
  42. *.cachefile
  43. *.VC.db
  44. *.VC.VC.opendb
  45. #MonoDevelop
  46. *.pidb
  47. *.userprefs
  48. #Tooling
  49. _ReSharper*/
  50. *.resharper
  51. [Tt]est[Rr]esult*
  52. *.sass-cache
  53. #Project files
  54. [Bb]uild/
  55. #Subversion files
  56. .svn
  57. # Office Temp Files
  58. ~$*
  59. # vim Temp Files
  60. *~
  61. #NuGet
  62. packages/
  63. *.nupkg
  64. #ncrunch
  65. *ncrunch*
  66. *crunch*.local.xml
  67. # visual studio database projects
  68. *.dbmdl
  69. #Test files
  70. *.testsettings
  71. #Other files
  72. *.DotSettings
  73. .vs/
  74. *project.lock.json
  75. #Files generated by the VS build
  76. **/Generated Files/**