diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 7453726d3..1be65ccb1 100644 --- a/.gitignore +++ b/.gitignore @@ -63,4 +63,17 @@ buck-out/ # Testing coverage/ junit.xml -artifacts \ No newline at end of file +artifacts + +.expo/ +dist/ +*.jks +*.p8 +*.p12 +*.key +*.mobileprovision +*.orig.* +web-build/ + +# Temporary files created by Metro to check the health of the file watcher +.metro-health-check* \ No newline at end of file |