Skip to content

Commit 8ad62e9

Browse files
committed
chore: add turbo
1 parent bd0898a commit 8ad62e9

19 files changed

+1154
-1642
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ dist
88
.env
99

1010
# caches
11-
.cache
1211
*.tsbuildinfo
12+
.cache
13+
.turbo
1314

1415
# IntelliJ based IDEs
1516
.idea
1617

1718
# Finder (MacOS) folder config
18-
.DS_Store
19+
.DS_Store

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
lockfile-version=3
2-
include=optional

biome.json renamed to biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
6-
"useIgnoreFile": false
6+
"useIgnoreFile": true
77
},
88
"files": {
99
"ignoreUnknown": false

0 commit comments

Comments
 (0)