Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ npm-debug.log
yarn-debug.log
yarn-error.log

# Environment variables
.env
.env.local

# Local release configuration
.releaserc.local.json

# Expo
.expo/*

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ A lightweight React Native SDK for integrating YouVersion Platform features into
- [Installation & Usage](#installation)
- [API Reference](#api)
- [Contributing Guide](CONTRIBUTING.md)
- [Release Process](RELEASING.md)
- [Changelog](CHANGELOG.md)

> [!important]
Expand Down
Loading