Skip to content

Commit b57403a

Browse files
committed
fix: ignore built
1 parent c1ca0f1 commit b57403a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
dist
3-
.cache
3+
.cache
4+
built

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
dist
3+
.cache

0 commit comments

Comments
 (0)