.gitignore 2.0 KB

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