forked from fsprojects/FSharp.Formatting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
53 lines (51 loc) · 729 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.fsdocs/
*.suo
.fake/
.vs/
bin/
lib/
obj/
paket-files/
nuget/*.nupkg
output/
literate/outputs/*
packages/*
!packages/FSharp.Formatting
packages/FSharp.Formatting/lib
*.VisualState.xml
TestResults/
temp/
tests/Benchmarks/testfiles/*/*.html
*.sln.DotSettings.user
*.userprefs
*.bak
release.cmd
*.orig
*.aux
*.dvi
*.out
*.synctex
*.log
*.svclog
.paket/paket.exe
fsbuild.targets
*.sln.tddstud10.user
*.ncrunchsolution
*.user
_NCrunch_*
*.ncrunchproject
.ionide/
artifacts/
tests/FSharp.ApiDocs.Tests/output/
tmp
.idea/
*.binlog
version.props
src/Common/AssemblyInfo.?s
tests/FSharp.Literate.Tests/output1/
.vscode/
.DS_Store
tests/FSharp.Literate.Tests/output2/
tests/FSharp.Literate.Tests/previous-next-output/
# Analyzer
reports/