Skip to content

Commit aaa89d1

Browse files
committed
consolidate npm pubish experience
rename Docs.md into README.md, remove unused .gitignore
1 parent 6f22c6d commit aaa89d1

File tree

7 files changed

+13
-31
lines changed

7 files changed

+13
-31
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ vendor/ocaml/stdlib/target_camlheaderd
5959
reason/
6060
man/
6161
lib/ocaml
62+
*.tgz
6263
bin/*
6364
jscomp/bin/*.exe
6465
odoc_gen/*.cmxs
@@ -70,7 +71,6 @@ odoc_gen/*.cmxs
7071
!/bin/bsb
7172
!/bin/bsc
7273

73-
!/bin/ninja.exe
7474
# This is intentional
7575
# so that `npm install && npm intall -g .`
7676
# the second install would use the cached ninja.exe (instead of being ignored)

.npmignore

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
*.obj
55
*.lib
66
*.dll
7-
*.cm[ioxatj]
7+
*.cm[oxaj]
88
*.cmx[as]
9-
*.cmti
109
*.annot
10+
*.ninja_deps
11+
*.ninja_log
12+
*~
1113
docs/*
1214
docs/docson/*
1315
!docs/docson/build-schema.json
@@ -16,15 +18,14 @@ site/
1618
.github/
1719
odoc_gen
1820
coverage
19-
jscomp/*
20-
!jscomp/release.ninja
21-
# !jscomp/Makefile
22-
!jscomp/stdlib-406
23-
!jscomp/runtime
24-
!jscomp/others
25-
!jscomp/stubs
26-
!jscomp/Makefile.shared
21+
jscomp/**/*
22+
!jscomp/stubs/ext_basic_hash_stubs.c
2723
ocaml/
2824
lib/4.06.1/unstable
25+
lib/4.06.1/*.cm*
2926
.circleci/
30-
native/
27+
native/
28+
vendor/cppo
29+
vendor/rollup.js
30+
package/
31+
*.tgz

jscomp/.gitignore

Whitespace-only changes.

jscomp/Makefile.shared

Lines changed: 0 additions & 17 deletions
This file was deleted.

jscomp/bin/.gitignore

Whitespace-only changes.
File renamed without changes.

vendor/update_ninja.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)