.gitignore 5.2 KB

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