A Twitch.tv viewer reward and games system.
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.

182 lines
2.2 KiB

11 years ago
11 years ago
  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. # batch files
  105. *.bat
  106. #############
  107. ## Python
  108. #############
  109. *.py[co]
  110. # Packages
  111. *.egg
  112. *.egg-info
  113. dist
  114. build
  115. eggs
  116. parts
  117. bin
  118. var
  119. sdist
  120. develop-eggs
  121. .installed.cfg
  122. # Installer logs
  123. pip-log.txt
  124. # Unit test / coverage reports
  125. .coverage
  126. .tox
  127. #Translations
  128. *.mo
  129. #Mr Developer
  130. .mr.developer.cfg
  131. # Mac crap
  132. .DS_Store
  133. ###################
  134. ## Project Specific
  135. ###################
  136. twitch.css
  137. tools/
  138. logs/*
  139. bitly.js
  140. update.js
  141. ArcherBot.js
  142. CookieMonsterBot.js
  143. InternetBot.js
  144. JsonParser.js
  145. KarmaBot.js
  146. Knowledge_Bot.js
  147. WizardBot.js
  148. XBucksBot.js