.gitignore 5.3 KB

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