diff options
author | 2022-05-09 21:56:24 +0100 | |
---|---|---|
committer | 2022-05-09 21:56:24 +0100 | |
commit | 9173d98070a0463b352625c2e50d20543f7c12fb (patch) | |
tree | 563ac23bbb8caaebc0406985461b54a4f9fdb5ee /.gitignore | |
download | notes_mobile-9173d98070a0463b352625c2e50d20543f7c12fb.tar.gz notes_mobile-9173d98070a0463b352625c2e50d20543f7c12fb.tar.bz2 notes_mobile-9173d98070a0463b352625c2e50d20543f7c12fb.zip |
Created a new Expo app
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
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 |