From fcd65eb8c66542b194e857726c77b55df996cd96 Mon Sep 17 00:00:00 2001 From: mattdimegs Date: Wed, 31 Jul 2024 21:52:37 -0400 Subject: [PATCH 1/2] Create CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..9271632 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @Doble-Technologies/doble-technology-developement \ No newline at end of file From 8a549629a3a0d3ffe13924fee138390a28d6bf56 Mon Sep 17 00:00:00 2001 From: mattdimegs Date: Thu, 15 Aug 2024 12:16:43 -0400 Subject: [PATCH 2/2] Create .gitignore --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6623142 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +node_modules/ +.expo/ +dist/ +npm-debug.* +*.jks +*.p8 +*.p12 +*.key +*.mobileprovision +*.orig.* +web-build/ + +# macOS +.DS_Store + +# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb +# The following patterns were generated by expo-cli + +expo-env.d.ts +# @end expo-cli \ No newline at end of file