Skip to content

Commit 5543e89

Browse files
committed
remove release/bin from vcs
1 parent ac089c4 commit 5543e89

20 files changed

+1
-59
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
release\bin
1+
release/bin
22

33
# Logs
44
logs

build.fsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,6 @@ Target "RunScript" (fun () ->
8989
)
9090

9191

92-
93-
let fsgrammarDir = "paket-files/github.com/ionide/ionide-fsgrammar"
94-
let fsgrammarRelease = "release/syntaxes"
95-
96-
Target "CopyGrammar" (fun _ ->
97-
ensureDirectory fsgrammarRelease
98-
CleanDir fsgrammarRelease
99-
CopyFiles fsgrammarRelease [
100-
fsgrammarDir </> "fsharp.fsi.json"
101-
fsgrammarDir </> "fsharp.fsl.json"
102-
fsgrammarDir </> "fsharp.fsx.json"
103-
fsgrammarDir </> "fsharp.json"
104-
]
105-
)
106-
10792
let releaseBin = "release/bin"
10893
let fsacBin = "paket-files/github.com/ionide/FsAutoComplete/bin/release"
10994

@@ -194,7 +179,6 @@ Target "Release" DoNothing
194179

195180
"Clean"
196181
==> "RunScript"
197-
==> "CopyGrammar"
198182
==> "CopyFSAC"
199183
==> "Default"
200184

paket.dependencies

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
source https://nuget.org/api/v2
22

33
git [email protected]:ionide/ionide-vscode-helpers.git master build:"build.cmd"
4-
git [email protected]:ionide/ionide-fsgrammar.git
54
git [email protected]:ionide/FsAutoComplete.git master build:"build.cmd LocalRelease"
65

76

release/bin/FParsec.dll

-283 KB
Binary file not shown.

release/bin/FParsecCS.dll

-154 KB
Binary file not shown.
-14.5 KB
Binary file not shown.
-1.1 MB
Binary file not shown.

release/bin/FSharp.Compiler.Service.ProjectCrackerTool.exe.config

Lines changed: 0 additions & 18 deletions
This file was deleted.
-12.3 MB
Binary file not shown.

release/bin/FSharp.Core.dll

-1.42 MB
Binary file not shown.

0 commit comments

Comments
 (0)