From 9173d98070a0463b352625c2e50d20543f7c12fb Mon Sep 17 00:00:00 2001 From: piotrruss Date: Mon, 9 May 2022 21:56:24 +0100 Subject: Created a new Expo app --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec8a36a --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +node_modules/ +.expo/ +dist/ +npm-debug.* +*.jks +*.p8 +*.p12 +*.key +*.mobileprovision +*.orig.* +web-build/ + +# macOS +.DS_Store -- cgit v1.2.3