Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

70 lines
1.7KB

  1. ## A streamlined .gitignore for modern .NET projects
  2. ## including temporary files, build results, and
  3. ## files generated by popular .NET tools. If you are
  4. ## developing with Visual Studio, the VS .gitignore
  5. ## https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
  6. ## has more thorough IDE-specific entries.
  7. ##
  8. ## Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore
  9. # Build results
  10. [Dd]ebug/
  11. [Dd]ebugPublic/
  12. [Rr]elease/
  13. [Rr]eleases/
  14. x64/
  15. x86/
  16. [Ww][Ii][Nn]32/
  17. [Aa][Rr][Mm]/
  18. [Aa][Rr][Mm]64/
  19. bld/
  20. [Bb]in/
  21. [Oo]bj/
  22. [Ll]og/
  23. [Ll]ogs/
  24. # .NET Core
  25. project.lock.json
  26. project.fragment.lock.json
  27. artifacts/
  28. # ASP.NET Scaffolding
  29. ScaffoldingReadMe.txt
  30. # NuGet Packages
  31. *.nupkg
  32. # NuGet Symbol Packages
  33. *.snupkg
  34. # Others
  35. ~$*
  36. *~
  37. CodeCoverage/
  38. # MSBuild Binary and Structured Log
  39. *.binlog
  40. # MSTest test Results
  41. [Tt]est[Rr]esult*/
  42. [Bb]uild[Ll]og.*
  43. # NUnit
  44. *.VisualState.xml
  45. TestResult.xml
  46. nunit-*.xml
  47. /.vs
  48. *.onnx_data
  49. /DocumentsEntreprisesServices/ServicesExternes/ffmpeg/ffmpeg.exe
  50. /DocumentsEntreprisesServices/ServicesExternes/ffmpeg/ffplay.exe
  51. /DocumentsEntreprisesServices/ServicesExternes/ffmpeg/ffprobe.exe
  52. /DocumentsEntreprisesServices/ServicesExternes/ffmpeg/avcodec-62.dll
  53. /DocumentsEntreprisesServices/ServicesExternes/ffmpeg/avdevice-62.dll
  54. /DocumentsEntreprisesServices/ServicesExternes/ffmpeg/avfilter-11.dll
  55. /DocumentsEntreprisesServices/ServicesExternes/ffmpeg/avformat-62.dll
  56. /DocumentsEntreprisesServices/ServicesExternes/ffmpeg/avutil-60.dll
  57. /DocumentsEntreprisesServices/ServicesExternes/ffmpeg/swresample-6.dll
  58. /DocumentsEntreprisesServices/ServicesExternes/ffmpeg/swscale-9.dll
  59. /RAGService/onnx/model.onnx
  60. /RAGService/onnx/tokenizer.json
  61. /WebUI/ReAct_PME.Api/appsettings.Development.json