Skip to content

Commit 30f9627

Browse files
committed
Ignore reason/bs artifacts in each package (so npm can read them)
1 parent f7c265f commit 30f9627

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@
55
node_modules
66
# npm unused lock file (we use yarn.lock)
77
package-lock.json
8-
9-
# ocaml/reason build artifacts
10-
.bsb.lock
11-
**/lib/bs
12-
**/lib/ocaml
13-
**/.merlin
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
# Ocaml / Reason / BuckleScript artifacts
12
*.bs.js
3+
.bsb.lock
4+
**/lib/bs
5+
**/lib/ocaml
6+
**/.merlin

bs-react-native/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ocaml / Reason / BuckleScript artifacts
2+
.bsb.lock
3+
**/lib/bs
4+
**/lib/ocaml
5+
**/.merlin

reason-react-native/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ocaml / Reason / BuckleScript artifacts
2+
.bsb.lock
3+
**/lib/bs
4+
**/lib/ocaml
5+
**/.merlin

reason-react-navigation/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ocaml / Reason / BuckleScript artifacts
2+
.bsb.lock
3+
**/lib/bs
4+
**/lib/ocaml
5+
**/.merlin

website/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
build
22
dist
3+
4+
# Ocaml / Reason / BuckleScript artifacts
35
*.bs.js
6+
.bsb.lock
7+
**/lib/bs
8+
**/lib/ocaml
9+
**/.merlin

0 commit comments

Comments
 (0)