Skip to content

Commit 0e13df5

Browse files
committed
dedupe ignore list that already ignored by vcs integration
1 parent fe0602c commit 0e13df5

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,6 @@ playground/*.cmj
9393
playground/*.cmi
9494
playground/.netrc
9595
playground/compiler.js
96+
97+
rewatch/target/
98+
rewatch/rewatch

biome.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@
2121
"lineWidth": 80,
2222
"attributePosition": "auto",
2323
"ignore": [
24-
"_build/**",
25-
"_opam/**",
2624
"jscomp/build_tests/**/lib/**",
2725
"jscomp/build_tests/**/*.bs.js",
2826
"jscomp/build_tests/**/*.res.js",
2927
"jscomp/test/*.js",
3028
"lib/**",
3129
"ninja/**",
32-
"package.json",
3330
"playground/**",
34-
"rewatch/target/**"
31+
"package.json"
3532
]
3633
},
3734
"javascript": {

rewatch/.gitignore

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

0 commit comments

Comments
 (0)