Skip to content
#

expo

Here are 3,192 public repositories matching this topic...

lorensr
lorensr commented Sep 28, 2020

When I init a new project, I get this file:

.gitignore:

node_modules/**/*
.expo/*
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/

# macOS
.DS_Store

It contains 3 ways of ignoring directories:

node_modules/**/*
.expo/*
web-build/

I believe this would be sufficient:

node_modules/
.expo/
web-build/
shoot-i-smoke

Improve this page

Add a description, image, and links to the expo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the expo topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.