mirror of
https://github.com/Smaug123/ray-tracing-fsharp
synced 2025-10-12 15:28:40 +00:00
71 lines
783 B
Plaintext
71 lines
783 B
Plaintext
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
*.userprefs
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
x64/
|
|
x86/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
|
|
# Visual Studio 2015 cache/options directory
|
|
.vs/
|
|
|
|
# MSTest test results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
# NUnit
|
|
*.VisualState.xml
|
|
TestResult.xml
|
|
|
|
# .NET Core
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
**/Properties/launchSettings.json
|
|
|
|
# Visual Studio profiler
|
|
*.psess
|
|
*.vsp
|
|
*.vspx
|
|
*.sap
|
|
|
|
# ReSharper
|
|
_ReSharper*/
|
|
*.[Rr]e[Ss]harper
|
|
*.DotSettings.user
|
|
|
|
# Visual Studio coverage
|
|
*.coverage
|
|
*.coveragexml
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
**/packages/*
|
|
!**/packages/build/
|
|
*.nuget.props
|
|
*.nuget.targets
|
|
|
|
# Paket
|
|
.paket/paket.exe
|
|
paket-files/
|
|
|
|
# FAKE
|
|
.fake/
|
|
|
|
# Rider
|
|
.idea/
|
|
*.sln.iml
|
|
*.DotSettings
|