.gitignore 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. Jint.Tests/Scripts/
  4. # User-specific files
  5. *.suo
  6. *.user
  7. *.sln.docstates
  8. # Build results
  9. [Dd]ebug/
  10. [Rr]elease/
  11. x64/
  12. build/
  13. [Bb]in/
  14. [Oo]bj/
  15. # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
  16. !packages/*/build/
  17. # MSTest test Results
  18. [Tt]est[Rr]esult*/
  19. [Bb]uild[Ll]og.*
  20. *_i.c
  21. *_p.c
  22. *.ilk
  23. *.meta
  24. *.nupkg
  25. *.obj
  26. *.pch
  27. *.pdb
  28. *.pgc
  29. *.pgd
  30. *.rsp
  31. *.sbr
  32. *.tlb
  33. *.tli
  34. *.tlh
  35. *.tmp
  36. *.tmp_proj
  37. *.log
  38. *.vspscc
  39. *.vssscc
  40. .builds
  41. *.pidb
  42. *.log
  43. *.scc
  44. # Visual C++ cache files
  45. ipch/
  46. *.aps
  47. *.ncb
  48. *.opensdf
  49. *.sdf
  50. *.cachefile
  51. # Visual Studio profiler
  52. *.psess
  53. *.vsp
  54. *.vspx
  55. # Guidance Automation Toolkit
  56. *.gpState
  57. # ReSharper is a .NET coding add-in
  58. _ReSharper*/
  59. *.[Rr]e[Ss]harper
  60. # TeamCity is a build add-in
  61. _TeamCity*
  62. # DotCover is a Code Coverage Tool
  63. *.dotCover
  64. # NCrunch
  65. *.ncrunch*
  66. .*crunch*.local.xml
  67. # Installshield output folder
  68. [Ee]xpress/
  69. # DocProject is a documentation generator add-in
  70. DocProject/buildhelp/
  71. DocProject/Help/*.HxT
  72. DocProject/Help/*.HxC
  73. DocProject/Help/*.hhc
  74. DocProject/Help/*.hhk
  75. DocProject/Help/*.hhp
  76. DocProject/Help/Html2
  77. DocProject/Help/html
  78. # Click-Once directory
  79. publish/
  80. # Publish Web Output
  81. *.Publish.xml
  82. *.pubxml
  83. # NuGet Packages Directory
  84. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  85. packages/
  86. .nuget/
  87. # Windows Azure Build Output
  88. csx
  89. *.build.csdef
  90. # Windows Store app package directory
  91. AppPackages/
  92. # Others
  93. sql/
  94. *.Cache
  95. ClientBin/
  96. [Ss]tyle[Cc]op.*
  97. ~$*
  98. *~
  99. *.dbmdl
  100. *.[Pp]ublish.xml
  101. *.pfx
  102. *.publishsettings
  103. # RIA/Silverlight projects
  104. Generated_Code/
  105. # Backup & report files from converting an old project file to a newer
  106. # Visual Studio version. Backup files are not needed, because we have git ;-)
  107. _UpgradeReport_Files/
  108. Backup*/
  109. UpgradeLog*.XML
  110. UpgradeLog*.htm
  111. # SQL Server files
  112. App_Data/*.mdf
  113. App_Data/*.ldf
  114. # =========================
  115. # Windows detritus
  116. # =========================
  117. # Windows image file caches
  118. Thumbs.db
  119. ehthumbs.db
  120. # Folder config file
  121. Desktop.ini
  122. # Recycle Bin used on file shares
  123. $RECYCLE.BIN/
  124. # Mac crap
  125. .DS_Store
  126. Jint.sln.ide/*
  127. /Jint.sln.GhostDoc.xml
  128. .vs
  129. project.lock.json
  130. .build
  131. .idea
  132. BenchmarkDotNet.Artifacts*
  133. .vscode
  134. # generated code
  135. Jint.Tests.Test262/Generated
  136. /artifacts