diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1be65ccb1..9d3293985 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,10 @@ coverage/ junit.xml artifacts +# Web bundle outputs +/dist/ + +# Expo .expo/ dist/ *.jks @@ -76,4 +80,4 @@ dist/ web-build/ # Temporary files created by Metro to check the health of the file watcher -.metro-health-check* \ No newline at end of file +.metro-health-check* |