.gitignore 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. ## Ignore nodejs things
  2. [Nn]ode_modules/
  3. [Tt]yping/
  4. [Ii]mages-spare/
  5. [Dd]aemon/
  6. [Aa]gent/
  7. [Aa]gents/modules_meshcmd_min/
  8. [Aa]gents/modules_meshcore_min/
  9. [Aa]gents/meshcmd.min.js
  10. [Aa]gents/meshcore.min.js
  11. [Pp]ublic/translations/
  12. [Vv]iews/translations/
  13. [Ee]mails/translations/
  14. [Pp]ublic/*-min.htm
  15. [Vv]iews/*-min.handlebars
  16. meshcentral.db
  17. meshcentral.db.json
  18. mesherrors.txt
  19. bob.json
  20. .greenlockrc
  21. ## Ignore Visual Studio temporary files, build results, and
  22. ## files generated by popular Visual Studio add-ons.
  23. ##
  24. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  25. # User-specific files
  26. *.suo
  27. *.user
  28. *.userosscache
  29. *.sln.docstates
  30. # User-specific files (MonoDevelop/Xamarin Studio)
  31. *.userprefs
  32. # Build results
  33. [Dd]ebug/
  34. [Dd]ebugPublic/
  35. [Rr]elease/
  36. [Rr]eleases/
  37. x64/
  38. x86/
  39. bld/
  40. [Oo]bj/
  41. [Ll]og/
  42. # Visual Studio 2015 cache/options directory
  43. .vs/
  44. # Uncomment if you have tasks that create the project's static files in wwwroot
  45. #wwwroot/
  46. # MSTest test Results
  47. [Tt]est[Rr]esult*/
  48. [Bb]uild[Ll]og.*
  49. # NUNIT
  50. *.VisualState.xml
  51. TestResult.xml
  52. # Build Results of an ATL Project
  53. [Dd]ebugPS/
  54. [Rr]eleasePS/
  55. dlldata.c
  56. # .NET Core
  57. project.lock.json
  58. project.fragment.lock.json
  59. artifacts/
  60. **/Properties/launchSettings.json
  61. *_i.c
  62. *_p.c
  63. *_i.h
  64. *.ilk
  65. *.meta
  66. *.obj
  67. *.pch
  68. *.pdb
  69. *.pgc
  70. *.pgd
  71. *.rsp
  72. *.sbr
  73. *.tlb
  74. *.tli
  75. *.tlh
  76. *.tmp
  77. *.tmp_proj
  78. *.log
  79. *.vspscc
  80. *.vssscc
  81. .builds
  82. *.pidb
  83. *.svclog
  84. *.scc
  85. # Chutzpah Test files
  86. _Chutzpah*
  87. # Visual C++ cache files
  88. ipch/
  89. *.aps
  90. *.ncb
  91. *.opendb
  92. *.opensdf
  93. *.sdf
  94. *.cachefile
  95. *.VC.db
  96. *.VC.VC.opendb
  97. # Visual Studio profiler
  98. *.psess
  99. *.vsp
  100. *.vspx
  101. *.sap
  102. # TFS 2012 Local Workspace
  103. $tf/
  104. # Guidance Automation Toolkit
  105. *.gpState
  106. # ReSharper is a .NET coding add-in
  107. _ReSharper*/
  108. *.[Rr]e[Ss]harper
  109. *.DotSettings.user
  110. # JustCode is a .NET coding add-in
  111. .JustCode
  112. # TeamCity is a build add-in
  113. _TeamCity*
  114. # DotCover is a Code Coverage Tool
  115. *.dotCover
  116. # Visual Studio code coverage results
  117. *.coverage
  118. *.coveragexml
  119. # NCrunch
  120. _NCrunch_*
  121. .*crunch*.local.xml
  122. nCrunchTemp_*
  123. # MightyMoose
  124. *.mm.*
  125. AutoTest.Net/
  126. # Web workbench (sass)
  127. .sass-cache/
  128. # Installshield output folder
  129. [Ee]xpress/
  130. # DocProject is a documentation generator add-in
  131. DocProject/buildhelp/
  132. DocProject/Help/*.HxT
  133. DocProject/Help/*.HxC
  134. DocProject/Help/*.hhc
  135. DocProject/Help/*.hhk
  136. DocProject/Help/*.hhp
  137. DocProject/Help/Html2
  138. DocProject/Help/html
  139. # Click-Once directory
  140. publish/
  141. # Publish Web Output
  142. *.[Pp]ublish.xml
  143. *.azurePubxml
  144. # TODO: Comment the next line if you want to checkin your web deploy settings
  145. # but database connection strings (with potential passwords) will be unencrypted
  146. *.pubxml
  147. *.publishproj
  148. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  149. # checkin your Azure Web App publish settings, but sensitive information contained
  150. # in these scripts will be unencrypted
  151. PublishScripts/
  152. # NuGet Packages
  153. *.nupkg
  154. # The packages folder can be ignored because of Package Restore
  155. **/packages/*
  156. # except build/, which is used as an MSBuild target.
  157. !**/packages/build/
  158. # Uncomment if necessary however generally it will be regenerated when needed
  159. #!**/packages/repositories.config
  160. # NuGet v3's project.json files produces more ignorable files
  161. *.nuget.props
  162. *.nuget.targets
  163. # Microsoft Azure Build Output
  164. csx/
  165. *.build.csdef
  166. # Microsoft Azure Emulator
  167. ecf/
  168. rcf/
  169. # Windows Store app package directories and files
  170. AppPackages/
  171. BundleArtifacts/
  172. Package.StoreAssociation.xml
  173. _pkginfo.txt
  174. # Visual Studio cache files
  175. # files ending in .cache can be ignored
  176. *.[Cc]ache
  177. # but keep track of directories ending in .cache
  178. !*.[Cc]ache/
  179. # Others
  180. ClientBin/
  181. ~$*
  182. *~
  183. *.dbmdl
  184. *.dbproj.schemaview
  185. *.jfm
  186. *.pfx
  187. *.publishsettings
  188. orleans.codegen.cs
  189. # Since there are multiple workflows, uncomment next line to ignore bower_components
  190. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  191. #bower_components/
  192. # RIA/Silverlight projects
  193. Generated_Code/
  194. # Backup & report files from converting an old project file
  195. # to a newer Visual Studio version. Backup files are not needed,
  196. # because we have git ;-)
  197. _UpgradeReport_Files/
  198. Backup*/
  199. UpgradeLog*.XML
  200. UpgradeLog*.htm
  201. # SQL Server files
  202. *.mdf
  203. *.ldf
  204. *.ndf
  205. # Business Intelligence projects
  206. *.rdl.data
  207. *.bim.layout
  208. *.bim_*.settings
  209. # Microsoft Fakes
  210. FakesAssemblies/
  211. # GhostDoc plugin setting file
  212. *.GhostDoc.xml
  213. # Node.js Tools for Visual Studio
  214. .ntvs_analysis.dat
  215. node_modules/
  216. # Typescript v1 declaration files
  217. typings/
  218. # Visual Studio 6 build log
  219. *.plg
  220. # Visual Studio 6 workspace options file
  221. *.opt
  222. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  223. *.vbw
  224. # Visual Studio LightSwitch build output
  225. **/*.HTMLClient/GeneratedArtifacts
  226. **/*.DesktopClient/GeneratedArtifacts
  227. **/*.DesktopClient/ModelManifest.xml
  228. **/*.Server/GeneratedArtifacts
  229. **/*.Server/ModelManifest.xml
  230. _Pvt_Extensions
  231. # Paket dependency manager
  232. .paket/paket.exe
  233. paket-files/
  234. # FAKE - F# Make
  235. .fake/
  236. # JetBrains Rider
  237. .idea/
  238. *.sln.iml
  239. # CodeRush
  240. .cr/
  241. # Python Tools for Visual Studio (PTVS)
  242. __pycache__/
  243. *.pyc
  244. # Cake - Uncomment if you are using it
  245. # tools/**
  246. # !tools/packages.config
  247. # Telerik's JustMock configuration file
  248. *.jmconfig
  249. # BizTalk build output
  250. *.btp.cs
  251. *.btm.cs
  252. *.odx.cs
  253. *.xsd.cs
  254. .DS_Store
  255. # When running mkdocs locally as dev
  256. docs/__pycache__/
  257. docs/env/