Skip to content

Commit 7f8d330

Browse files
authored
Ignore .turbo from publishing (#2038)
1 parent 123d6e3 commit 7f8d330

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

packages/openapi-fetch/.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.turbo
12
examples
23
test
34
test-results

packages/openapi-metadata/.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.turbo
12
test
23
tsconfig*.json
34
vitest.config.ts

packages/openapi-react-query/.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.turbo
12
test
23
vitest.config.ts
34
tsconfig*.json
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.turbo
12
biome.json
23
tsconfig*.json

packages/openapi-typescript/.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.turbo
12
examples/
23
scripts/
34
test/

0 commit comments

Comments
 (0)