forked from gsscoder/commandline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (50 loc) · 992 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
src/CommandLine/bin/*
src/CommandLine/obj
src/CommandLine.dotnet/bin/*
src/CommandLine.dotnet/obj
demo/ReadText.Demo/bin/*
demo/ReadText.Demo/obj
/demo/ReadText.Demo.VB/bin/*
/demo/ReadText.Demo.VB/obj
tests/CommandLine.Tests/bin/*
tests/CommandLine.Tests/obj
tests/CommandLine.DotNet.Tests/bin/*
tests/CommandLine.DotNet.Tests/obj
tests/CommandLine.Tests.Properties/bin/*
tests/CommandLine.Tests.Properties/obj
src/templates/CSharpTemplate/bin/*
src/templates/CSharpTemplate/obj
src/templates/VBNetTemplate/bin/*
src/templates/VBNetTemplate/obj
wrap/CommandLine/bin/*
wrap/CommandLine/obj
wrap/FSharp.Core/bin/*
wrap/FSharp.Core/obj
**/build/
packages
paket-files
*.suo
*.userprefs
*~
\#*\#
*.pidb
*.test-cache
tests/CommandLine/test-results/*
tests/CommandLine.Tests/test-results/*
*.DS_Store
*.csproj.user
TestResult.xml
*.nupkg
*.old
StyleCop.Cache
.paket/paket.exe
.fake
*.cache
docs/output/*
artifacts/*
.vs/*
*.xproj.user
*.nuget.targets
*.lock.json
*.nuget.props
*.DotSettings.user