.gitignore 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. # Godot auto generated files
  2. *.gen.*
  3. # Documentation generated by doxygen or from classes.xml
  4. doc/_build/
  5. # Javascript specific
  6. *.bc
  7. # Android specific
  8. platform/android/java/build.gradle
  9. platform/android/java/.gradle
  10. platform/android/java/.gradletasknamecache
  11. platform/android/java/local.properties
  12. platform/android/java/project.properties
  13. platform/android/java/build.gradle
  14. platform/android/java/AndroidManifest.xml
  15. platform/android/java/libs/*
  16. platform/android/java/assets
  17. # General c++ generated files
  18. *.lib
  19. *.o
  20. *.ox
  21. *.a
  22. *.ax
  23. *.d
  24. *.so
  25. *.os
  26. *.Plo
  27. *.lo
  28. # Libs generated files
  29. .deps/*
  30. .dirstamp
  31. # Gprof output
  32. gmon.out
  33. # Vim temp files
  34. *.swo
  35. *.swp
  36. # QT project files
  37. *.config
  38. *.creator
  39. *.files
  40. *.includes
  41. # Eclipse CDT files
  42. .cproject
  43. .settings/
  44. # Misc
  45. .DS_Store
  46. logs/
  47. # for projects that use SCons for building: http://http://www.scons.org/
  48. .sconf_temp
  49. .sconsign.dblite
  50. *.pyc
  51. # https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  52. ## Ignore Visual Studio temporary files, build results, and
  53. ## files generated by popular Visual Studio add-ons.
  54. # User-specific files
  55. *.suo
  56. *.user
  57. *.sln.docstates
  58. *.sln
  59. *.vcxproj*
  60. # Build results
  61. [Dd]ebug/
  62. [Dd]ebugPublic/
  63. [Rr]elease/
  64. x64/
  65. build/
  66. bld/
  67. [Bb]in/
  68. [Oo]bj/
  69. *.debug
  70. *.dSYM
  71. # MSTest test Results
  72. [Tt]est[Rr]esult*/
  73. [Bb]uild[Ll]og.*
  74. #NUNIT
  75. *.VisualState.xml
  76. TestResult.xml
  77. *.o
  78. *.a
  79. *_i.c
  80. *_p.c
  81. *_i.h
  82. *.ilk
  83. *.meta
  84. *.obj
  85. *.pch
  86. *.pdb
  87. *.pgc
  88. *.pgd
  89. *.rsp
  90. *.sbr
  91. *.tlb
  92. *.tli
  93. *.tlh
  94. *.tmp
  95. *.tmp_proj
  96. *.log
  97. *.vspscc
  98. *.vssscc
  99. .builds
  100. *.pidb
  101. *.svclog
  102. *.scc
  103. # Chutzpah Test files
  104. _Chutzpah*
  105. # Visual C++ cache files
  106. ipch/
  107. *.aps
  108. *.ncb
  109. *.opensdf
  110. *.sdf
  111. *.cachefile
  112. *.VC.db
  113. *.VC.opendb
  114. *.VC.VC.opendb
  115. enc_temp_folder/
  116. # Visual Studio profiler
  117. *.psess
  118. *.vsp
  119. *.vspx
  120. # CodeLite project files
  121. *.project
  122. *.workspace
  123. .codelite/
  124. # TFS 2012 Local Workspace
  125. $tf/
  126. # Guidance Automation Toolkit
  127. *.gpState
  128. # ReSharper is a .NET coding add-in
  129. _ReSharper*/
  130. *.[Rr]e[Ss]harper
  131. *.DotSettings.user
  132. # JustCode is a .NET coding addin-in
  133. .JustCode
  134. # TeamCity is a build add-in
  135. _TeamCity*
  136. # DotCover is a Code Coverage Tool
  137. *.dotCover
  138. # NCrunch
  139. *.ncrunch*
  140. _NCrunch_*
  141. .*crunch*.local.xml
  142. # MightyMoose
  143. *.mm.*
  144. AutoTest.Net/
  145. # Web workbench (sass)
  146. .sass-cache/
  147. # Installshield output folder
  148. [Ee]xpress/
  149. # DocProject is a documentation generator add-in
  150. DocProject/buildhelp/
  151. DocProject/Help/*.HxT
  152. DocProject/Help/*.HxC
  153. DocProject/Help/*.hhc
  154. DocProject/Help/*.hhk
  155. DocProject/Help/*.hhp
  156. DocProject/Help/Html2
  157. DocProject/Help/html
  158. # Click-Once directory
  159. publish/
  160. # Publish Web Output
  161. *.[Pp]ublish.xml
  162. *.azurePubxml
  163. # NuGet Packages Directory
  164. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  165. #packages/*
  166. ## TODO: If the tool you use requires repositories.config, also uncomment the next line
  167. #!packages/repositories.config
  168. # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
  169. # This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
  170. !packages/build/
  171. # Windows Azure Build Output
  172. csx/
  173. *.build.csdef
  174. # Windows Store app package directory
  175. AppPackages/
  176. # Others
  177. sql/
  178. *.Cache
  179. ClientBin/
  180. [Ss]tyle[Cc]op.*
  181. ~$*
  182. *~
  183. *.dbmdl
  184. *.dbproj.schemaview
  185. *.pfx
  186. *.publishsettings
  187. node_modules/
  188. # KDE
  189. .directory
  190. #Kdevelop project files
  191. *.kdev4
  192. # xCode
  193. xcuserdata
  194. # RIA/Silverlight projects
  195. Generated_Code/
  196. # Backup & report files from converting an old project file to a newer
  197. # Visual Studio version. Backup files are not needed, because we have git ;-)
  198. _UpgradeReport_Files/
  199. Backup*/
  200. UpgradeLog*.XML
  201. UpgradeLog*.htm
  202. # SQL Server files
  203. App_Data/*.mdf
  204. App_Data/*.ldf
  205. # Business Intelligence projects
  206. *.rdl.data
  207. *.bim.layout
  208. *.bim_*.settings
  209. # Microsoft Fakes
  210. FakesAssemblies/
  211. # =========================
  212. # Windows detritus
  213. # =========================
  214. # Windows image file caches
  215. Thumbs.db
  216. ehthumbs.db
  217. # Folder config file
  218. Desktop.ini
  219. # Recycle Bin used on file shares
  220. $RECYCLE.BIN/
  221. logo.h
  222. *.autosave
  223. # https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
  224. # Ignore tags created by etags, ctags, gtags (GNU global) and cscope
  225. TAGS
  226. !TAGS/
  227. tags
  228. !tags/
  229. gtags.files
  230. GTAGS
  231. GRTAGS
  232. GPATH
  233. cscope.files
  234. cscope.out
  235. cscope.in.out
  236. cscope.po.out
  237. godot.creator.*
  238. projects/
  239. platform/windows/godot_res.res
  240. # Visual Studio 2017 and Visual Studio Code workspace folder
  241. /.vs
  242. /.vscode
  243. # Scons progress indicator
  244. .scons_node_count