.gitignore 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. # RAWDATA Development Configuration files
  2. **/appsettings.development.json
  3. # ---> C Sharp
  4. # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
  5. [Bb]in/
  6. [Oo]bj/
  7. # mstest test results
  8. TestResults
  9. ## Ignore Visual Studio temporary files, build results, and
  10. ## files generated by popular Visual Studio add-ons.
  11. # User-specific files
  12. *.suo
  13. *.user
  14. *.sln.docstates
  15. # Build results
  16. [Dd]ebug/
  17. [Rr]elease/
  18. x64/
  19. *_i.c
  20. *_p.c
  21. *.ilk
  22. *.meta
  23. *.obj
  24. *.pch
  25. *.pdb
  26. *.pgc
  27. *.pgd
  28. *.rsp
  29. *.sbr
  30. *.tlb
  31. *.tli
  32. *.tlh
  33. *.tmp
  34. *.log
  35. *.vspscc
  36. *.vssscc
  37. .builds
  38. # Visual C++ cache files
  39. ipch/
  40. *.aps
  41. *.ncb
  42. *.opensdf
  43. *.sdf
  44. # Visual Studio profiler
  45. *.psess
  46. *.vsp
  47. *.vspx
  48. # Guidance Automation Toolkit
  49. *.gpState
  50. # ReSharper is a .NET coding add-in
  51. _ReSharper*
  52. # NCrunch
  53. *.ncrunch*
  54. .*crunch*.local.xml
  55. # Installshield output folder
  56. [Ee]xpress
  57. # DocProject is a documentation generator add-in
  58. DocProject/buildhelp/
  59. DocProject/Help/*.HxT
  60. DocProject/Help/*.HxC
  61. DocProject/Help/*.hhc
  62. DocProject/Help/*.hhk
  63. DocProject/Help/*.hhp
  64. DocProject/Help/Html2
  65. DocProject/Help/html
  66. # Click-Once directory
  67. publish
  68. # Publish Web Output
  69. *.Publish.xml
  70. # NuGet Packages Directory
  71. packages
  72. # Windows Azure Build Output
  73. csx
  74. *.build.csdef
  75. # Windows Store app package directory
  76. AppPackages/
  77. # Others
  78. [Bb]in
  79. [Oo]bj
  80. sql
  81. TestResults
  82. [Tt]est[Rr]esult*
  83. *.Cache
  84. ClientBin
  85. [Ss]tyle[Cc]op.*
  86. ~$*
  87. *.dbmdl
  88. Generated_Code #added for RIA/Silverlight projects
  89. # Backup & report files from converting an old project file to a newer
  90. # Visual Studio version. Backup files are not needed, because we have git ;-)
  91. _UpgradeReport_Files/
  92. Backup*/
  93. UpgradeLog*.XML
  94. # ---> VisualStudio
  95. ## Ignore Visual Studio temporary files, build results, and
  96. ## files generated by popular Visual Studio add-ons.
  97. # Global
  98. *.sln
  99. NorthwindWebservice/Properties/launchSettings.json
  100. NorthwindDataservice/Properties/
  101. # User-specific files
  102. *.suo
  103. *.user
  104. *.userosscache
  105. *.sln.docstates
  106. # User-specific files (MonoDevelop/Xamarin Studio)
  107. *.userprefs
  108. # Build results
  109. [Dd]ebug/
  110. [Dd]ebugPublic/
  111. [Rr]elease/
  112. [Rr]eleases/
  113. x64/
  114. x86/
  115. build/
  116. bld/
  117. [Bb]in/
  118. [Oo]bj/
  119. # Visual Studio 2015 cache/options directory
  120. .vs/
  121. # Uncomment if you have tasks that create the project's static files in wwwroot
  122. #wwwroot/
  123. # MSTest test Results
  124. [Tt]est[Rr]esult*/
  125. [Bb]uild[Ll]og.*
  126. # NUNIT
  127. *.VisualState.xml
  128. TestResult.xml
  129. # Build Results of an ATL Project
  130. [Dd]ebugPS/
  131. [Rr]eleasePS/
  132. dlldata.c
  133. # DNX
  134. project.lock.json
  135. artifacts/
  136. *_i.c
  137. *_p.c
  138. *_i.h
  139. *.ilk
  140. *.meta
  141. *.obj
  142. *.pch
  143. *.pdb
  144. *.pgc
  145. *.pgd
  146. *.rsp
  147. *.sbr
  148. *.tlb
  149. *.tli
  150. *.tlh
  151. *.tmp
  152. *.tmp_proj
  153. *.log
  154. *.vspscc
  155. *.vssscc
  156. .builds
  157. *.pidb
  158. *.svclog
  159. *.scc
  160. # Chutzpah Test files
  161. _Chutzpah*
  162. # Visual C++ cache files
  163. ipch/
  164. *.aps
  165. *.ncb
  166. *.opensdf
  167. *.sdf
  168. *.cachefile
  169. # Visual Studio profiler
  170. *.psess
  171. *.vsp
  172. *.vspx
  173. *.sap
  174. # TFS 2012 Local Workspace
  175. $tf/
  176. # Guidance Automation Toolkit
  177. *.gpState
  178. # ReSharper is a .NET coding add-in
  179. _ReSharper*/
  180. *.[Rr]e[Ss]harper
  181. *.DotSettings.user
  182. # JustCode is a .NET coding add-in
  183. .JustCode
  184. # TeamCity is a build add-in
  185. _TeamCity*
  186. # DotCover is a Code Coverage Tool
  187. *.dotCover
  188. # NCrunch
  189. _NCrunch_*
  190. .*crunch*.local.xml
  191. nCrunchTemp_*
  192. # MightyMoose
  193. *.mm.*
  194. AutoTest.Net/
  195. # Web workbench (sass)
  196. .sass-cache/
  197. # Installshield output folder
  198. [Ee]xpress/
  199. # DocProject is a documentation generator add-in
  200. DocProject/buildhelp/
  201. DocProject/Help/*.HxT
  202. DocProject/Help/*.HxC
  203. DocProject/Help/*.hhc
  204. DocProject/Help/*.hhk
  205. DocProject/Help/*.hhp
  206. DocProject/Help/Html2
  207. DocProject/Help/html
  208. # Click-Once directory
  209. publish/
  210. # Publish Web Output
  211. *.[Pp]ublish.xml
  212. *.azurePubxml
  213. # TODO: Comment the next line if you want to checkin your web deploy settings
  214. # but database connection strings (with potential passwords) will be unencrypted
  215. *.pubxml
  216. *.publishproj
  217. # NuGet Packages
  218. *.nupkg
  219. # The packages folder can be ignored because of Package Restore
  220. **/packages/*
  221. # except build/, which is used as an MSBuild target.
  222. !**/packages/build/
  223. # Uncomment if necessary however generally it will be regenerated when needed
  224. #!**/packages/repositories.config
  225. # Windows Azure Build Output
  226. csx/
  227. *.build.csdef
  228. # Windows Store app package directory
  229. AppPackages/
  230. # Visual Studio cache files
  231. # files ending in .cache can be ignored
  232. *.[Cc]ache
  233. # but keep track of directories ending in .cache
  234. !*.[Cc]ache/
  235. # Others
  236. ClientBin/
  237. [Ss]tyle[Cc]op.*
  238. ~$*
  239. *~
  240. *.dbmdl
  241. *.dbproj.schemaview
  242. *.pfx
  243. *.publishsettings
  244. node_modules/
  245. orleans.codegen.cs
  246. # RIA/Silverlight projects
  247. Generated_Code/
  248. # Backup & report files from converting an old project file
  249. # to a newer Visual Studio version. Backup files are not needed,
  250. # because we have git ;-)
  251. _UpgradeReport_Files/
  252. Backup*/
  253. UpgradeLog*.XML
  254. UpgradeLog*.htm
  255. section2/SovaWebService/Properties/
  256. # SQL Server files
  257. *.mdf
  258. *.ldf
  259. # Business Intelligence projects
  260. *.rdl.data
  261. *.bim.layout
  262. *.bim_*.settings
  263. # Microsoft Fakes
  264. FakesAssemblies/
  265. # Node.js Tools for Visual Studio
  266. .ntvs_analysis.dat
  267. # Visual Studio 6 build log
  268. *.plg
  269. # Visual Studio 6 workspace options file
  270. *.opt
  271. # Visual Studio LightSwitch build output
  272. **/*.HTMLClient/GeneratedArtifacts
  273. **/*.DesktopClient/GeneratedArtifacts
  274. **/*.DesktopClient/ModelManifest.xml
  275. **/*.Server/GeneratedArtifacts
  276. **/*.Server/ModelManifest.xml
  277. _Pvt_Extensions
  278. # ---> VisualStudioCode
  279. .settings
  280. .vscode
  281. # ---> Windows
  282. # Windows image file caches
  283. Thumbs.db
  284. ehthumbs.db
  285. # Folder config file
  286. Desktop.ini
  287. # Recycle Bin used on file shares
  288. $RECYCLE.BIN/
  289. # Windows Installer files
  290. *.cab
  291. *.msi
  292. *.msm
  293. *.msp
  294. # Windows shortcuts
  295. *.lnk
  296. # ---> Linux
  297. *~
  298. # KDE directory preferences
  299. .directory
  300. # Linux trash folder which might appear on any partition or disk
  301. .Trash-*
  302. # ---> JetBrains
  303. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  304. *.iml
  305. ## Directory-based project format:
  306. .idea/
  307. # if you remove the above rule, at least ignore the following:
  308. # User-specific stuff:
  309. # .idea/workspace.xml
  310. # .idea/tasks.xml
  311. # .idea/dictionaries
  312. # Sensitive or high-churn files:
  313. # .idea/dataSources.ids
  314. # .idea/dataSources.xml
  315. # .idea/sqlDataSources.xml
  316. # .idea/dynamic.xml
  317. # .idea/uiDesigner.xml
  318. # Gradle:
  319. # .idea/gradle.xml
  320. # .idea/libraries
  321. # Mongo Explorer plugin:
  322. # .idea/mongoSettings.xml
  323. ## File-based project format:
  324. *.ipr
  325. *.iws
  326. ## Plugin-specific files:
  327. # IntelliJ
  328. /out/
  329. # mpeltonen/sbt-idea plugin
  330. .idea_modules/
  331. # JIRA plugin
  332. atlassian-ide-plugin.xml
  333. # Crashlytics plugin (for Android Studio and IntelliJ)
  334. com_crashlytics_export_strings.xml
  335. crashlytics.properties
  336. crashlytics-build.properties