.gitignore 5.5 KB

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