2
0

.gitignore 4.7 KB

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