Skip to content

Commit ed0952a

Browse files
committed
fix: add .temp/ to .gitignore and .npmignore, update undici-types version in package-lock.json
1 parent 7edf006 commit ed0952a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,4 @@ Examples/testapp_rn
192192

193193
# Android debug build files (conflict ignoring #Visual Studio files)
194194
!android/app/src/debug/
195+
.temp/

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ packages/
100100
.git/
101101

102102
.watchmanconfig
103-
103+
.temp/

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)