.gitignore 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  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. # Android specific
  11. .gradle
  12. local.properties
  13. *.iml
  14. .idea
  15. .gradletasknamecache
  16. project.properties
  17. platform/android/java/app/libs/*
  18. platform/android/java/libs/*
  19. platform/android/java/lib/.cxx/
  20. platform/android/java/nativeSrcsConfigs/.cxx/
  21. # General c++ generated files
  22. *.lib
  23. *.o
  24. *.ox
  25. *.a
  26. *.ax
  27. *.d
  28. *.so
  29. *.os
  30. *.Plo
  31. *.lo
  32. # Binutils tmp linker output of the form "stXXXXXX" where "X" is alphanumeric
  33. 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]
  34. # Libs generated files
  35. .deps/*
  36. .dirstamp
  37. # Gprof output
  38. gmon.out
  39. # Vim temp files
  40. *.swo
  41. *.swp
  42. # Qt project files
  43. *.config
  44. *.creator
  45. *.creator.*
  46. *.files
  47. *.includes
  48. *.cflags
  49. *.cxxflags
  50. # Code::Blocks files
  51. *.cbp
  52. *.layout
  53. *.depend
  54. # Eclipse CDT files
  55. .cproject
  56. .settings/
  57. *.pydevproject
  58. *.launch
  59. # Geany/geany-plugins files
  60. *.geany
  61. .geanyprj
  62. # Jetbrains IDEs
  63. .idea/
  64. # Misc
  65. .DS_Store
  66. __MACOSX
  67. logs/
  68. # for projects that use SCons for building: http://http://www.scons.org/
  69. .sconf_temp
  70. .sconsign*.dblite
  71. *.pyc
  72. # https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  73. ## Ignore Visual Studio temporary files, build results, and
  74. ## files generated by popular Visual Studio add-ons.
  75. # User-specific files
  76. *.suo
  77. *.user
  78. *.sln.docstates
  79. *.sln
  80. *.vcxproj*
  81. # Custom SCons configuration override
  82. /custom.py
  83. # Build results
  84. [Dd]ebug/
  85. [Dd]ebugPublic/
  86. [Rr]elease/
  87. x64/
  88. build/
  89. bld/
  90. [Bb]in/
  91. [Oo]bj/
  92. *.debug
  93. *.dSYM
  94. # Visual Studio cache/options directory
  95. .vs/
  96. # MSTest test Results
  97. [Tt]est[Rr]esult*/
  98. [Bb]uild[Ll]og.*
  99. # Hints for improving IntelliSense, created together with VS project
  100. cpp.hint
  101. #NUNIT
  102. *.VisualState.xml
  103. TestResult.xml
  104. *.o
  105. *.a
  106. *_i.c
  107. *_p.c
  108. *_i.h
  109. *.ilk
  110. *.meta
  111. *.obj
  112. *.pch
  113. *.pdb
  114. *.pgc
  115. *.pgd
  116. *.rsp
  117. *.sbr
  118. *.tlb
  119. *.tli
  120. *.tlh
  121. *.tmp
  122. *.tmp_proj
  123. *.bak
  124. *.log
  125. *.vspscc
  126. *.vssscc
  127. .builds
  128. *.pidb
  129. *.svclog
  130. *.scc
  131. *.nib
  132. # Chutzpah Test files
  133. _Chutzpah*
  134. # Visual C++ cache files
  135. ipch/
  136. *.aps
  137. *.ncb
  138. *.opensdf
  139. *.sdf
  140. *.cachefile
  141. *.VC.db
  142. *.VC.opendb
  143. *.VC.VC.opendb
  144. enc_temp_folder/
  145. # Visual Studio profiler
  146. *.psess
  147. *.vsp
  148. *.vspx
  149. # CodeLite project files
  150. *.project
  151. *.workspace
  152. .codelite/
  153. # TFS 2012 Local Workspace
  154. $tf/
  155. # Guidance Automation Toolkit
  156. *.gpState
  157. # ReSharper is a .NET coding add-in
  158. _ReSharper*/
  159. *.[Rr]e[Ss]harper
  160. *.DotSettings.user
  161. # JustCode is a .NET coding addin-in
  162. .JustCode
  163. # TeamCity is a build add-in
  164. _TeamCity*
  165. # DotCover is a Code Coverage Tool
  166. *.dotCover
  167. # NCrunch
  168. *.ncrunch*
  169. _NCrunch_*
  170. .*crunch*.local.xml
  171. # MightyMoose
  172. *.mm.*
  173. AutoTest.Net/
  174. # Web workbench (sass)
  175. .sass-cache/
  176. # Installshield output folder
  177. [Ee]xpress/
  178. # DocProject is a documentation generator add-in
  179. DocProject/buildhelp/
  180. DocProject/Help/*.HxT
  181. DocProject/Help/*.HxC
  182. DocProject/Help/*.hhc
  183. DocProject/Help/*.hhk
  184. DocProject/Help/*.hhp
  185. DocProject/Help/Html2
  186. DocProject/Help/html
  187. # Click-Once directory
  188. publish/
  189. # Publish Web Output
  190. *.[Pp]ublish.xml
  191. *.azurePubxml
  192. # NuGet Packages Directory
  193. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  194. #packages/*
  195. ## TODO: If the tool you use requires repositories.config, also uncomment the next line
  196. #!packages/repositories.config
  197. # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
  198. # This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
  199. !packages/build/
  200. # Windows Azure Build Output
  201. csx/
  202. *.build.csdef
  203. # Windows Store app package directory
  204. AppPackages/
  205. # Others
  206. sql/
  207. *.Cache
  208. ClientBin/
  209. [Ss]tyle[Cc]op.*
  210. ~$*
  211. *~
  212. *.dbmdl
  213. *.dbproj.schemaview
  214. *.pfx
  215. *.publishsettings
  216. node_modules/
  217. __pycache__/
  218. # KDE
  219. .directory
  220. # Kdevelop project files
  221. *.kdev4
  222. # Kate swap files
  223. *.kate-swp
  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. # https://clangd.llvm.org/ cache folder
  298. .clangd/
  299. .cache/