Skip to content

Commit 2e17273

Browse files
committed
update ignore
1 parent 288bec1 commit 2e17273

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ npm-debug.*
1010
*.orig.*
1111
web-build/
1212
*.tsbuildinfo
13+
.eslintcache
1314

1415
# macOS
1516
.DS_Store
@@ -18,7 +19,7 @@ web-build/
1819
.env
1920
.env.local
2021

21-
# native folers
22+
# native folders
2223
android/
2324
ios/
2425
# @generated expo-cli sync-7b54852541209080ac8fbd000256f25215d6b585

cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
// React Native
1818
"Pressable",
1919
// Others
20-
"itms"
20+
"itms",
21+
"eslintcache"
2122
],
2223
"ignorePaths": ["node_modules", "ios", "android", "assets", "coverage", "CHANGELOG.md"]
2324
}

0 commit comments

Comments
 (0)