From 447e836e0cef64f2285b0fa7facb7dfdbe504d8c Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 17 Jul 2021 22:53:42 +0200 Subject: fresh build --- .expo-shared/README.md | 11 +++++++++++ .expo-shared/assets.json | 17 +++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .expo-shared/README.md create mode 100644 .expo-shared/assets.json (limited to '.expo-shared') diff --git a/.expo-shared/README.md b/.expo-shared/README.md new file mode 100644 index 0000000..e9e5318 --- /dev/null +++ b/.expo-shared/README.md @@ -0,0 +1,11 @@ +> Why do I have a folder named ".expo-shared" in my project? + +The ".expo-shared" folder is created when running commands that produce state that is intended to be shared with all developers on the project. For example, "npx expo-optimize". + +> What does the "assets.json" file contain? + +The "assets.json" file describes the assets that have been optimized through "expo-optimize" and do not need to be processed again. + +> Should I commit the ".expo-shared" folder? + +Yes, you should share the ".expo-shared" folder with your collaborators. diff --git a/.expo-shared/assets.json b/.expo-shared/assets.json new file mode 100644 index 0000000..288d8db --- /dev/null +++ b/.expo-shared/assets.json @@ -0,0 +1,17 @@ +{ + "7f1697b87026b56f2a2f88aed686d7d91e92a91f37724ae8ba2e51f10a2febe6": true, + "1472a3b1d7ce9f5ff01ecb5baba6fae52ed631df68f637b8ce571ae38ebc7568": true, + "96eb70547c62c46f4b69c043c0f8b9520bdc3eba2147126b96cac7eafad891cd": true, + "c29286d93ef70c1c4c4725b0f7d3c77959bf39159a79502704f4bd742a5ebcd6": true, + "9675c28cb20c47e9a7386ace46ac54d1bb34b9e50e0f1b19fedac6aa9603da1f": true, + "15eca9f75e4fc340369697afef961bb9397916ac22a6fe3aa8066ca27f112e1f": true, + "cb84d29045d80dd3675781cf161c4b66a308aa9a56e99fe6d68d36caf1224701": true, + "154bf77ae8fa46dfc857a97cbfd770d2a4164fee2b8996d32edeebc6f0a21526": true, + "208200c0a34a269e010eed89a8616b41579dc95867978513997b3e3351acbcbb": true, + "626cea3bef13ba5a2252d101adfbde85d161b56cfe482dfba3f6edef8801880b": true, + "5f4c0a732b6325bf4071d9124d2ae67e037cb24fcc9c482ef82bea742109a3b8": true, + "24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb": true, + "74c64047eb557b1341bba7a2831eedde9ddb705e6451a9ad9f5552bf558f13de": true, + "052227dc810848b3a2fc99161a392256ea9ef37da10b69b6630ccf6dbb5e2ca6": true, + "4db62e14b59ba8ffbac3f15a01727d500413c35f501bc6c1faaff3d7c1f17bb1": true +} -- cgit v1.2.3