.gitignore 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. # Godot auto generated files
  2. *.gen.*
  3. .import/
  4. .godot/
  5. /gen/
  6. # Godot 3.x ignores
  7. include/gen
  8. src/gen
  9. # Build configuration.
  10. /custom.py
  11. # Misc
  12. logs/*
  13. *.log
  14. # The default cache directory
  15. cache/
  16. # Binaries
  17. *.o
  18. *.os
  19. *.so
  20. *.obj
  21. *.bc
  22. *.pyc
  23. *.dblite
  24. *.pdb
  25. *.lib
  26. bin
  27. *.config
  28. *.creator
  29. *.creator.user
  30. *.files
  31. *.includes
  32. *.idb
  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. # Geany/geany-plugins files
  50. *.geany
  51. .geanyprj
  52. # Misc
  53. .DS_Store
  54. logs/
  55. # for projects that use SCons for building: http://http://www.scons.org/
  56. .sconf_temp
  57. .sconsign.dblite
  58. *.pyc
  59. # Visual C++ cache files
  60. ipch/
  61. *.aps
  62. *.ncb
  63. *.opensdf
  64. *.sdf
  65. *.cachefile
  66. *.VC.db
  67. *.VC.opendb
  68. *.VC.VC.opendb
  69. enc_temp_folder/
  70. # Visual Studio profiler
  71. *.psess
  72. *.vsp
  73. *.vspx
  74. # CodeLite project files
  75. *.project
  76. *.workspace
  77. .codelite/
  78. # Windows Azure Build Output
  79. csx/
  80. *.build.csdef
  81. # Windows Store app package directory
  82. AppPackages/
  83. # Others
  84. sql/
  85. *.[Cc]ache
  86. ClientBin/
  87. [Ss]tyle[Cc]op.*
  88. ~$*
  89. *~
  90. *.dbmdl
  91. *.dbproj.schemaview
  92. *.pfx
  93. *.publishsettings
  94. node_modules/
  95. __pycache__/
  96. # KDE
  97. .directory
  98. #Kdevelop project files
  99. *.kdev4
  100. # xCode
  101. xcuserdata
  102. # RIA/Silverlight projects
  103. Generated_Code/
  104. # Backup & report files from converting an old project file to a newer
  105. # Visual Studio version. Backup files are not needed, because we have git ;-)
  106. _UpgradeReport_Files/
  107. Backup*/
  108. UpgradeLog*.XML
  109. UpgradeLog*.htm
  110. # SQL Server files
  111. App_Data/*.mdf
  112. App_Data/*.ldf
  113. # Business Intelligence projects
  114. *.rdl.data
  115. *.bim.layout
  116. *.bim_*.settings
  117. # Microsoft Fakes
  118. FakesAssemblies/
  119. # =========================
  120. # Windows detritus
  121. # =========================
  122. # Windows image file caches
  123. Thumbs.db
  124. ehthumbs.db
  125. # Folder config file
  126. Desktop.ini
  127. # Recycle Bin used on file shares
  128. $RECYCLE.BIN/
  129. logo.h
  130. *.autosave
  131. # https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
  132. # Ignore tags created by etags, ctags, gtags (GNU global) and cscope
  133. TAGS
  134. !TAGS/
  135. tags
  136. *.tags
  137. !tags/
  138. gtags.files
  139. GTAGS
  140. GRTAGS
  141. GPATH
  142. cscope.files
  143. cscope.out
  144. cscope.in.out
  145. cscope.po.out
  146. godot.creator.*
  147. # Visual Studio 2017 and Visual Studio Code workspace folder
  148. /.vs
  149. /.vscode
  150. # Visual Studio Code workspace file
  151. *.code-workspace
  152. # Scons progress indicator
  153. .scons_node_count
  154. # ccls cache (https://github.com/MaskRay/ccls)
  155. .ccls-cache/
  156. # compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
  157. compile_commands.json
  158. # Python development
  159. .venv
  160. venv
  161. # Clion Configuration
  162. .idea/
  163. cmake-build*/
  164. # CMake related
  165. CMakeUserPresets.json