We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0602c commit 0e13df5Copy full SHA for 0e13df5
.gitignore
@@ -93,3 +93,6 @@ playground/*.cmj
93
playground/*.cmi
94
playground/.netrc
95
playground/compiler.js
96
+
97
+rewatch/target/
98
+rewatch/rewatch
biome.json
@@ -21,17 +21,14 @@
21
"lineWidth": 80,
22
"attributePosition": "auto",
23
"ignore": [
24
- "_build/**",
25
- "_opam/**",
26
"jscomp/build_tests/**/lib/**",
27
"jscomp/build_tests/**/*.bs.js",
28
"jscomp/build_tests/**/*.res.js",
29
"jscomp/test/*.js",
30
"lib/**",
31
"ninja/**",
32
- "package.json",
33
"playground/**",
34
- "rewatch/target/**"
+ "package.json"
35
]
36
},
37
"javascript": {
rewatch/.gitignore
0 commit comments