You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
645 B

10 years ago
10 years ago
10 years ago
  1. #Junk Files
  2. *.DS_Store
  3. [Tt]humbs.db
  4. #Visual Studio Files
  5. .vs
  6. [Oo]bj
  7. [Bb]in
  8. [Dd]ebug
  9. [Bb]uild/
  10. *.user
  11. *.suo
  12. *.exe
  13. *.pdb
  14. *.aps
  15. *_i.c
  16. *_p.c
  17. *.ncb
  18. *.tlb
  19. *.tlh
  20. *.[Cc]ache
  21. *.bak
  22. *.ncb
  23. *.ilk
  24. *.log
  25. *.lib
  26. *.sbr
  27. *.sdf
  28. ipch/
  29. *.dbmdl
  30. *.cache
  31. *.swp
  32. *.vspscc
  33. *.vssscc
  34. *.bak.*
  35. *.bak
  36. #Tools
  37. _ReSharper.*
  38. _ReSharper*/
  39. *.resharper
  40. *.resharper.user
  41. [Nn][Dd]epend[Oo]ut*/
  42. Ankh.NoLoad
  43. # Include DLLs if they're in the NuGet packages directory
  44. #!/packages/*/lib/*.dll
  45. #!/packages/*/lib/*/*.dll
  46. # Include DLLs if they're in lib folder.
  47. #!/lib/*/*.dll
  48. #!/lib/*/*.exe
  49. #Other
  50. .svn
  51. app_data
  52. elmah-log
  53. packages