.gitignore 515 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #Visual Studio files
  2. .vs
  3. *.[Oo]bj
  4. *.user
  5. *.aps
  6. *.pch
  7. *.vspscc
  8. *.vssscc
  9. *_i.c
  10. *_p.c
  11. *.ncb
  12. *.suo
  13. *.tlb
  14. *.tlh
  15. *.bak
  16. *.[Cc]ache
  17. *.ilk
  18. *.log
  19. *.lib
  20. *.sbr
  21. *.sdf
  22. *.opensdf
  23. *.unsuccessfulbuild
  24. ipch/
  25. obj/
  26. [Bb]in
  27. [Dd]ebug/
  28. [Rr]elease*/
  29. #Project files
  30. [Bb]uild/
  31. !/build
  32. #NuGet
  33. packages/
  34. *.nupkg
  35. #Installer
  36. SyncTrayzorSetup*.exe
  37. SyncTrayzorPortable*
  38. syncthing-*.exe
  39. syncthing.exe
  40. *.gjq
  41. *.tmp
  42. Coverage
  43. SyncTrayzorPortable
  44. deploy
  45. *.pfx
  46. *.pvk
  47. /src/SyncTrayzor/Icons/*.png
  48. security/private_key.asc
  49. chocolatey/tools/LICENSE.txt