.gitignore 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. # Godot .gitignore config
  2. #
  3. # Aims to encompass the most commonly found files that we don't want committed
  4. # to Git, such as compilation output, IDE specific files, etc.
  5. #
  6. # It doesn't cover *all* thirdparty IDE extensions under the sun so if you have
  7. # specific needs covered here, you can add them to:
  8. # .git/info/exclude
  9. #
  10. # Or contribute them to this file if they're common enough that a good number of
  11. # users would benefit from the shared rules.
  12. #
  13. # This file is organized by sections, with subsections ordered alphabetically.
  14. # - Build configuration
  15. # - Godot generated files
  16. # - General build output
  17. # - IDE and tool specific
  18. # - Visual Studio specific
  19. # - OS specific
  20. ###########################
  21. ### Build configuration ###
  22. ###########################
  23. /custom.py
  24. misc/hooks/pre-commit-custom-*
  25. #############################
  26. ### Godot generated files ###
  27. #############################
  28. # Buildsystem
  29. bin
  30. *.gen.*
  31. compile_commands.json
  32. platform/windows/godot_res.res
  33. # Generated by Godot binary
  34. .import/
  35. /gdextension_interface.h
  36. extension_api.json
  37. logs/
  38. # Generated by unit tests
  39. tests/data/*.translation
  40. ############################
  41. ### General build output ###
  42. ############################
  43. # C/C++ generated
  44. *.a
  45. *.ax
  46. *.d
  47. *.dll
  48. *.lib
  49. *.lo
  50. *.o
  51. *.os
  52. *.ox
  53. *.Plo
  54. *.so
  55. # Binutils tmp linker output of the form "stXXXXXX" where "X" is alphanumeric
  56. 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]
  57. # Python development
  58. .venv
  59. venv
  60. # Python generated
  61. __pycache__/
  62. *.pyc
  63. # Documentation
  64. doc/_build/
  65. # Android
  66. .gradle/
  67. local.properties
  68. *.iml
  69. .gradletasknamecache
  70. project.properties
  71. platform/android/java/*/.cxx/
  72. platform/android/java/*/build/
  73. platform/android/java/*/libs/
  74. # iOS
  75. *.dSYM
  76. # Web platform
  77. *.bc
  78. platform/web/node_modules/
  79. # Misc
  80. *.debug
  81. #############################
  82. ### IDE and tool specific ###
  83. #############################
  84. # Automake
  85. .deps/*
  86. .dirstamp
  87. # ccls
  88. .ccls-cache/
  89. # clangd
  90. .clangd/
  91. .cache/
  92. # CLion
  93. cmake-build-debug
  94. # Code::Blocks
  95. *.cbp
  96. *.layout
  97. *.depend
  98. # CodeLite
  99. *.project
  100. *.workspace
  101. .codelite/
  102. # Cppcheck
  103. *.cppcheck
  104. cppcheck-cppcheck-build-dir/
  105. # Eclipse CDT
  106. .cproject
  107. .settings/
  108. *.pydevproject
  109. *.launch
  110. # Emacs
  111. \#*\#
  112. .\#*
  113. # GCOV code coverage
  114. *.gcda
  115. *.gcno
  116. # Geany
  117. *.geany
  118. .geanyprj
  119. # Gprof
  120. gmon.out
  121. # Jetbrains IDEs
  122. .idea/
  123. .fleet/
  124. # Kate
  125. *.kate-swp
  126. # Kdevelop
  127. *.kdev4
  128. # Qt Creator
  129. *.config
  130. *.creator
  131. *.creator.*
  132. *.files
  133. *.includes
  134. *.cflags
  135. *.cxxflags
  136. # SCons
  137. .sconf_temp
  138. .sconsign*.dblite
  139. .scons_env.json
  140. .scons_node_count
  141. # Sourcetrail
  142. *.srctrl*
  143. # Tags
  144. # https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
  145. # Ignore tags created by etags, ctags, gtags (GNU global) and cscope
  146. TAGS
  147. !TAGS/
  148. tags
  149. *.tags
  150. !tags/
  151. gtags.files
  152. GTAGS
  153. GRTAGS
  154. GPATH
  155. cscope.files
  156. cscope.out
  157. cscope.in.out
  158. cscope.po.out
  159. # Vim
  160. *.swo
  161. *.swp
  162. # Visual Studio Code
  163. .vscode/
  164. *.code-workspace
  165. .history/
  166. # Xcode
  167. xcuserdata/
  168. *.xcscmblueprint
  169. *.xccheckout
  170. *.xcodeproj/*
  171. ##############################
  172. ### Visual Studio specific ###
  173. ##############################
  174. # https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  175. # Ignore Visual Studio temporary files, build results, and
  176. # files generated by popular Visual Studio add-ons.
  177. # Actual VS project files we don't use
  178. *.sln
  179. *.vcxproj*
  180. # User-specific files
  181. *.rsuser
  182. *.suo
  183. *.user
  184. *.userosscache
  185. *.sln.docstates
  186. # User-specific files (MonoDevelop/Xamarin Studio)
  187. *.userprefs
  188. # Build results
  189. [Dd]ebug/
  190. [Dd]ebugPublic/
  191. [Rr]elease/
  192. [Rr]eleases/
  193. x64/
  194. x86/
  195. [Ww][Ii][Nn]32/
  196. [Aa][Rr][Mm]/
  197. [Aa][Rr][Mm]64/
  198. bld/
  199. [Bb]in/
  200. [Oo]bj/
  201. [Ll]og/
  202. [Ll]ogs/
  203. # Do not ignore arch-specific folders anywhere under thirdparty libraries
  204. !thirdparty/**/x64/
  205. !thirdparty/**/x86/
  206. !thirdparty/**/arm/
  207. !thirdparty/**/arm64/
  208. # Visual Studio 2015/2017 cache/options directory
  209. .vs/
  210. # Visual Studio 2017 auto generated files
  211. Generated\ Files/
  212. # Files built by Visual Studio
  213. *_i.c
  214. *_p.c
  215. *_h.h
  216. *.ilk
  217. *.meta
  218. *.obj
  219. *.iobj
  220. *.pch
  221. *.pdb
  222. *.ipdb
  223. *.pgc
  224. *.pgd
  225. *.rsp
  226. *.sbr
  227. *.tlb
  228. *.tli
  229. *.tlh
  230. *.tmp
  231. *.tmp_proj
  232. *_wpftmp.csproj
  233. *.log
  234. *.tlog
  235. *.vspscc
  236. *.vssscc
  237. .builds
  238. *.pidb
  239. *.svclog
  240. *.scc
  241. # Visual C++ cache files
  242. ipch/
  243. *.aps
  244. *.ncb
  245. *.opendb
  246. *.opensdf
  247. *.sdf
  248. *.cachefile
  249. *.VC.db
  250. *.VC.VC.opendb
  251. # Visual Studio profiler
  252. *.psess
  253. *.vsp
  254. *.vspx
  255. *.sap
  256. # Visual Studio Trace Files
  257. *.e2e
  258. # ReSharper is a .NET coding add-in
  259. _ReSharper*/
  260. *.[Rr]e[Ss]harper
  261. *.DotSettings.user
  262. # Visual Studio cache files
  263. # files ending in .cache can be ignored
  264. *.[Cc]ache
  265. # Others
  266. ClientBin/
  267. enc_temp_folder/
  268. ~$*
  269. *.dbmdl
  270. *.dbproj.schemaview
  271. *.jfm
  272. *.pfx
  273. *.publishsettings
  274. orleans.codegen.cs
  275. # Backup & report files from converting an old project file
  276. # to a newer Visual Studio version. Backup files are not needed,
  277. # because we have git ;-)
  278. _UpgradeReport_Files/
  279. Backup*/
  280. UpgradeLog*.XML
  281. UpgradeLog*.htm
  282. ServiceFabricBackup/
  283. *.rptproj.bak
  284. # Hint file for IntelliSense
  285. cpp.hint
  286. ###################
  287. ### OS specific ###
  288. ###################
  289. # Linux
  290. *~
  291. .directory
  292. # macOS
  293. .DS_Store
  294. __MACOSX
  295. # Windows
  296. # https://github.com/github/gitignore/blob/main/Global/Windows.gitignore
  297. [Tt]humbs.db
  298. [Tt]humbs.db:encryptable
  299. ehthumbs.db
  300. ehthumbs_vista.db
  301. *.stackdump
  302. [Dd]esktop.ini
  303. $RECYCLE.BIN/
  304. *.cab
  305. *.msi
  306. *.msix
  307. *.msm
  308. *.msp
  309. *.lnk