Following https://www.youtube.com/watch?v=0-S5a0eXPoc (kind of). Setting it up was different. I had to use "npx create-expo-app --template" to make the project initially. Maybe follow this too for help: https://docs.expo.dev/get-started/create-a-project/. Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>
36 lines
375 B
Plaintext
36 lines
375 B
Plaintext
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# Expo
|
|
.expo/
|
|
dist/
|
|
web-build/
|
|
|
|
# Native
|
|
*.orig.*
|
|
*.jks
|
|
*.p8
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
|
|
# Metro
|
|
.metro-health-check*
|
|
|
|
# debug
|
|
npm-debug.*
|
|
yarn-debug.*
|
|
yarn-error.*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|