.gitignore 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  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/libs/*
  18. platform/android/java/assets
  19. # General c++ generated files
  20. *.lib
  21. *.o
  22. *.ox
  23. *.a
  24. *.ax
  25. *.d
  26. *.so
  27. *.os
  28. *.Plo
  29. *.lo
  30. # Libs generated files
  31. .deps/*
  32. .dirstamp
  33. # Gprof output
  34. gmon.out
  35. # Vim temp files
  36. *.swo
  37. *.swp
  38. # Qt project files
  39. *.config
  40. *.creator
  41. *.creator.*
  42. *.files
  43. *.includes
  44. *.cflags
  45. *.cxxflags
  46. # Eclipse CDT files
  47. .cproject
  48. .settings/
  49. *.pydevproject
  50. *.launch
  51. # Geany/geany-plugins files
  52. *.geany
  53. .geanyprj
  54. # Jetbrains IDEs
  55. .idea/
  56. # Misc
  57. .DS_Store
  58. __MACOSX
  59. logs/
  60. # for projects that use SCons for building: http://http://www.scons.org/
  61. .sconf_temp
  62. .sconsign*.dblite
  63. *.pyc
  64. # https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  65. ## Ignore Visual Studio temporary files, build results, and
  66. ## files generated by popular Visual Studio add-ons.
  67. # User-specific files
  68. *.suo
  69. *.user
  70. *.sln.docstates
  71. *.sln
  72. *.vcxproj*
  73. # Build results
  74. [Dd]ebug/
  75. [Dd]ebugPublic/
  76. [Rr]elease/
  77. x64/
  78. build/
  79. bld/
  80. [Bb]in/
  81. [Oo]bj/
  82. *.debug
  83. *.dSYM
  84. # Visual Studio cache/options directory
  85. .vs/
  86. # MSTest test Results
  87. [Tt]est[Rr]esult*/
  88. [Bb]uild[Ll]og.*
  89. # Hints for improving IntelliSense, created together with VS project
  90. cpp.hint
  91. #NUNIT
  92. *.VisualState.xml
  93. TestResult.xml
  94. *.o
  95. *.a
  96. *_i.c
  97. *_p.c
  98. *_i.h
  99. *.ilk
  100. *.meta
  101. *.obj
  102. *.pch
  103. *.pdb
  104. *.pgc
  105. *.pgd
  106. *.rsp
  107. *.sbr
  108. *.tlb
  109. *.tli
  110. *.tlh
  111. *.tmp
  112. *.tmp_proj
  113. *.bak
  114. *.log
  115. *.vspscc
  116. *.vssscc
  117. .builds
  118. *.pidb
  119. *.svclog
  120. *.scc
  121. *.nib
  122. # Chutzpah Test files
  123. _Chutzpah*
  124. # Visual C++ cache files
  125. ipch/
  126. *.aps
  127. *.ncb
  128. *.opensdf
  129. *.sdf
  130. *.cachefile
  131. *.VC.db
  132. *.VC.opendb
  133. *.VC.VC.opendb
  134. enc_temp_folder/
  135. # Visual Studio profiler
  136. *.psess
  137. *.vsp
  138. *.vspx
  139. # CodeLite project files
  140. *.project
  141. *.workspace
  142. .codelite/
  143. # TFS 2012 Local Workspace
  144. $tf/
  145. # Guidance Automation Toolkit
  146. *.gpState
  147. # ReSharper is a .NET coding add-in
  148. _ReSharper*/
  149. *.[Rr]e[Ss]harper
  150. *.DotSettings.user
  151. # JustCode is a .NET coding addin-in
  152. .JustCode
  153. # TeamCity is a build add-in
  154. _TeamCity*
  155. # DotCover is a Code Coverage Tool
  156. *.dotCover
  157. # NCrunch
  158. *.ncrunch*
  159. _NCrunch_*
  160. .*crunch*.local.xml
  161. # MightyMoose
  162. *.mm.*
  163. AutoTest.Net/
  164. # Web workbench (sass)
  165. .sass-cache/
  166. # Installshield output folder
  167. [Ee]xpress/
  168. # DocProject is a documentation generator add-in
  169. DocProject/buildhelp/
  170. DocProject/Help/*.HxT
  171. DocProject/Help/*.HxC
  172. DocProject/Help/*.hhc
  173. DocProject/Help/*.hhk
  174. DocProject/Help/*.hhp
  175. DocProject/Help/Html2
  176. DocProject/Help/html
  177. # Click-Once directory
  178. publish/
  179. # Publish Web Output
  180. *.[Pp]ublish.xml
  181. *.azurePubxml
  182. # NuGet Packages Directory
  183. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  184. #packages/*
  185. ## TODO: If the tool you use requires repositories.config, also uncomment the next line
  186. #!packages/repositories.config
  187. # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
  188. # This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
  189. !packages/build/
  190. # Windows Azure Build Output
  191. csx/
  192. *.build.csdef
  193. # Windows Store app package directory
  194. AppPackages/
  195. # Others
  196. sql/
  197. *.Cache
  198. ClientBin/
  199. [Ss]tyle[Cc]op.*
  200. ~$*
  201. *~
  202. *.dbmdl
  203. *.dbproj.schemaview
  204. *.pfx
  205. *.publishsettings
  206. node_modules/
  207. __pycache__/
  208. # KDE
  209. .directory
  210. #Kdevelop project files
  211. *.kdev4
  212. # Xcode
  213. xcuserdata/
  214. *.xcscmblueprint
  215. *.xccheckout
  216. *.xcodeproj/*
  217. # RIA/Silverlight projects
  218. Generated_Code/
  219. # Backup & report files from converting an old project file to a newer
  220. # Visual Studio version. Backup files are not needed, because we have git ;-)
  221. _UpgradeReport_Files/
  222. Backup*/
  223. UpgradeLog*.XML
  224. UpgradeLog*.htm
  225. # SQL Server files
  226. App_Data/*.mdf
  227. App_Data/*.ldf
  228. # Business Intelligence projects
  229. *.rdl.data
  230. *.bim.layout
  231. *.bim_*.settings
  232. # Microsoft Fakes
  233. FakesAssemblies/
  234. # =========================
  235. # Windows detritus
  236. # =========================
  237. # Windows image file caches
  238. [Tt]humbs.db
  239. [Tt]humbs.db:encryptable
  240. ehthumbs.db
  241. ehthumbs_vista.db
  242. # Windows stackdumps
  243. *.stackdump
  244. # Windows shortcuts
  245. *.lnk
  246. # Folder config file
  247. [Dd]esktop.ini
  248. # Recycle Bin used on file shares
  249. $RECYCLE.BIN/
  250. logo.h
  251. *.autosave
  252. # https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
  253. # Ignore tags created by etags, ctags, gtags (GNU global) and cscope
  254. TAGS
  255. !TAGS/
  256. tags
  257. *.tags
  258. !tags/
  259. gtags.files
  260. GTAGS
  261. GRTAGS
  262. GPATH
  263. cscope.files
  264. cscope.out
  265. cscope.in.out
  266. cscope.po.out
  267. godot.creator.*
  268. projects/
  269. platform/windows/godot_res.res
  270. # Visual Studio 2017 and Visual Studio Code workspace folder
  271. /.vs
  272. /.vscode
  273. # Visual Studio Code workspace file
  274. *.code-workspace
  275. # Scons progress indicator
  276. .scons_node_count
  277. # ccls cache (https://github.com/MaskRay/ccls)
  278. .ccls-cache/
  279. # compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
  280. compile_commands.json
  281. # Cppcheck
  282. *.cppcheck