.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. #################
  2. ## Eclipse
  3. #################
  4. *.pydevproject
  5. .project
  6. .metadata
  7. bin/
  8. tmp/
  9. *.tmp
  10. *.bak
  11. *.swp
  12. *~.nib
  13. local.properties
  14. .classpath
  15. .settings/
  16. .loadpath
  17. # External tool builders
  18. .externalToolBuilders/
  19. # Locally stored "Eclipse launch configurations"
  20. *.launch
  21. # CDT-specific
  22. .cproject
  23. # PDT-specific
  24. .buildpath
  25. #################
  26. ## Visual Studio
  27. #################
  28. ## Ignore Visual Studio temporary files, build results, and
  29. ## files generated by popular Visual Studio add-ons.
  30. # User-specific files
  31. *.suo
  32. *.user
  33. *.sln.docstates
  34. # Build results
  35. [Dd]ebug/
  36. [Rr]elease/
  37. *_i.c
  38. *_p.c
  39. *.ilk
  40. *.meta
  41. *.obj
  42. *.pch
  43. *.pdb
  44. *.pgc
  45. *.pgd
  46. *.rsp
  47. *.sbr
  48. *.tlb
  49. *.tli
  50. *.tlh
  51. *.tmp
  52. *.vspscc
  53. .builds
  54. *.dotCover
  55. ## TODO: If you have NuGet Package Restore enabled, uncomment this
  56. #packages/
  57. # Visual C++ cache files
  58. ipch/
  59. *.aps
  60. *.ncb
  61. *.opensdf
  62. *.sdf
  63. # Visual Studio profiler
  64. *.psess
  65. *.vsp
  66. # ReSharper is a .NET coding add-in
  67. _ReSharper*
  68. # Installshield output folder
  69. [Ee]xpress
  70. # DocProject is a documentation generator add-in
  71. DocProject/buildhelp/
  72. DocProject/Help/*.HxT
  73. DocProject/Help/*.HxC
  74. DocProject/Help/*.hhc
  75. DocProject/Help/*.hhk
  76. DocProject/Help/*.hhp
  77. DocProject/Help/Html2
  78. DocProject/Help/html
  79. # Click-Once directory
  80. publish
  81. # Others
  82. [Bb]in
  83. [Oo]bj
  84. sql
  85. TestResults
  86. *.Cache
  87. ClientBin
  88. stylecop.*
  89. ~$*
  90. *.dbmdl
  91. Generated_Code #added for RIA/Silverlight projects
  92. # Backup & report files from converting an old project file to a newer
  93. # Visual Studio version. Backup files are not needed, because we have git ;-)
  94. _UpgradeReport_Files/
  95. Backup*/
  96. UpgradeLog*.XML
  97. ############
  98. ## Windows
  99. ############
  100. # Windows image file caches
  101. Thumbs.db
  102. # Folder config file
  103. Desktop.ini
  104. #############
  105. ## Python
  106. #############
  107. *.py[co]
  108. # Packages
  109. *.egg
  110. *.egg-info
  111. dist
  112. build
  113. eggs
  114. parts
  115. bin
  116. var
  117. sdist
  118. develop-eggs
  119. .installed.cfg
  120. # Installer logs
  121. pip-log.txt
  122. # Unit test / coverage reports
  123. .coverage
  124. .tox
  125. #Translations
  126. *.mo
  127. #Mr Developer
  128. .mr.developer.cfg
  129. # Mac crap
  130. .DS_Store
  131. # Config for testing
  132. config.js
  133. config.php
  134. # cloud9 files
  135. .c9revisions
  136. app/node_modules
  137. app/options.json