Skip to content

Commit 01fc79f

Browse files
committed
fix: 适配A15的机型,更新token编译
解决方案:NA 影响范围:all 关联工单:NA 更新版本:NA
1 parent 6904e63 commit 01fc79f

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

.gitignore

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# OSX
22
#
33
.DS_Store
4+
Thumbs.db
5+
*.log
46

57
# XDE
68
.expo/
@@ -34,7 +36,7 @@ project.xcworkspace
3436
.classpath
3537
.cxx
3638
.gradle
37-
.idea
39+
.idea/
3840
.project
3941
.settings
4042
local.properties
@@ -50,9 +52,18 @@ example/vendor/
5052
# node.js
5153
#
5254
node_modules/
53-
npm-debug.log
54-
yarn-debug.log
55-
yarn-error.log
55+
npm-debug.log*
56+
yarn-debug.log*
57+
yarn-error.log*
58+
59+
# React Native
60+
/android/.gradle
61+
/android/app/build
62+
/android/build
63+
/android/.idea
64+
/android/*.iml
65+
/android/local.properties
66+
/android/captures/
5667

5768
# BUCK
5869
buck-out/
@@ -76,5 +87,7 @@ android/keystores/debug.keystore
7687

7788
# generated by bob
7889
lib/
79-
90+
# 包管理器特定文件
91+
yarn.lock
92+
package-lock.json
8093

0 commit comments

Comments
 (0)