From 8142f312b646058797109c2f76bd6d76dd2c98f7 Mon Sep 17 00:00:00 2001 From: castdrian Date: Mon, 15 Jan 2024 07:08:29 +0100 Subject: [PATCH] chore: unstage ignored files --- .expo/README.md | 8 -------- .expo/devices.json | 3 --- 2 files changed, 11 deletions(-) delete mode 100644 .expo/README.md delete mode 100644 .expo/devices.json diff --git a/.expo/README.md b/.expo/README.md deleted file mode 100644 index f7eb5fe..0000000 --- a/.expo/README.md +++ /dev/null @@ -1,8 +0,0 @@ -> Why do I have a folder named ".expo" in my project? -The ".expo" folder is created when an Expo project is started using "expo start" command. -> What do the files contain? -- "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds. -- "settings.json": contains the server configuration that is used to serve the application manifest. -> Should I commit the ".expo" folder? -No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine. -Upon project creation, the ".expo" folder is already added to your ".gitignore" file. diff --git a/.expo/devices.json b/.expo/devices.json deleted file mode 100644 index 5efff6c..0000000 --- a/.expo/devices.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "devices": [] -}