.gitignore 5.5 KB

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