Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 643988e

Browse files
authored
Initial cleanup pass (#60)
1 parent 70f93d9 commit 643988e

File tree

56 files changed

+5
-3425
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+5
-3425
lines changed

.gitignore

-20
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
.DS_Store
22
.merlin
3-
.bsb.lock
43
npm-debug.log
5-
/lib/
6-
examples/**/lib
7-
examples/*/_build
8-
examples/*/_opam
9-
examples/*/node_modules
10-
node_modules
11-
node_modules/
12-
log_types.txt
134
*.install
14-
_esy
155
_build
16-
_esy
17-
static/codemirror-5.36.0
18-
_old
19-
tmp
20-
examples/markdown-reason-react/
216
editor-extensions/vscode/*.zip
22-
editor-extensions/vscode/src/syntaxes/out
23-
bsb_modules
24-
_esy/
25-
.test-failures
26-
RunTests.exe

.npmignore

-8
This file was deleted.

Readme.md

-7
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ This is a preliminary version for early testing, the CLI is not stable yet.
1515
dune build
1616
```
1717

18-
or
19-
20-
```
21-
esy
22-
```
23-
24-
2518
## Usage
2619

2720
### dump

esy.lock.json

-545
This file was deleted.

esy.lock/.gitattributes

-3
This file was deleted.

esy.lock/.gitignore

-3
This file was deleted.

0 commit comments

Comments
 (0)