You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added a `.gitignore` file for use during template development.
- The previously added `gitignore` file becomes the active `.gitignore` post-template usage.
- This dual-file strategy accounts for `create-expo`'s handling of `.gitignore` files:
- Provides a default `.gitignore` if none exists.
- Overrides an existing `.gitignore` with a default version.
- Utilizes a `gitignore` file, if present, instead of creating a new one.
- The setup ensures our custom rules are maintained when the template is employed.
0 commit comments