Skip to content

Commit 6c10b00

Browse files
committed
chore(swc): update .gitignore to exclude all target files except for the wasm32-wasip1 release plugin
1 parent 36e121d commit 6c10b00

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/@intlayer/swc/.gitignore

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
/target
2-
^target/
3-
target
1+
# 1) ignore everything under /target
2+
/target/**
3+
4+
# 2) unignore each directory on the path to your .wasm
5+
!/target/wasm32-wasip1/
6+
!/target/wasm32-wasip1/release/
7+
8+
# 3) finally, unignore the .wasm itself
9+
!/target/wasm32-wasip1/release/intlayer_swc_plugin.wasm
Binary file not shown.

0 commit comments

Comments
 (0)