diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-10-16 14:25:19 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-10-16 14:25:19 +0530 |
commit | 492082e3b0467d15c0cee63a723b8f6172a5294f (patch) | |
tree | cb9741c7d7ada3b02c46fef95f467709a6afc873 /.gitignore | |
download | mall-app-492082e3b0467d15c0cee63a723b8f6172a5294f.tar.gz mall-app-492082e3b0467d15c0cee63a723b8f6172a5294f.tar.bz2 mall-app-492082e3b0467d15c0cee63a723b8f6172a5294f.zip |
Created a new Expo app
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05647d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# 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 |