Skip to content

Commit 3109ff1

Browse files
committed
react-native-template-reason: ignore some files
1 parent dd8cb5c commit 3109ff1

File tree

4 files changed

+18
-60
lines changed

4 files changed

+18
-60
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Bucklescript artifacts
2+
*.bs.js
3+
.bsb.lock
4+
.merlin
5+
lib/bs
6+
lib/ocaml

react-native-template-reason/_gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ buck-out/
5656
*.jsbundle
5757

5858
# Bucklescript artifacts
59-
.merlin
59+
*.bs.js
6060
.bsb.lock
61+
.merlin
6162
lib/bs
62-
*.bs.js
63+
lib/ocaml

react-native-template-reason/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,13 @@
77
"re:build": "bsb -clean-world -make-world",
88
"clean": "yarn re:clean",
99
"test": "yarn re:build"
10-
}
10+
},
11+
"files": [
12+
"*",
13+
"!.DS_Store",
14+
"!**/*.bs.js",
15+
"!.merlin",
16+
"!lib/bs",
17+
"!lib/ocaml"
18+
]
1119
}

react-native-template-reason/src/App.bs.js

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

0 commit comments

Comments
 (0)