Add .gitignore and remove node_modules from tracking #3

Open
ticusb wants to merge 1 commit from remove-node-modules into master
Owner

node_modules was committed to the repo — removes it from git history
going forward and adds a proper .gitignore for Expo/React Native.

node_modules was committed to the repo — removes it from git history going forward and adds a proper .gitignore for Expo/React Native.
node_modules was committed to the repo — removes it from git history
going forward and adds a proper .gitignore for Expo/React Native.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This pull request has changes conflicting with the target branch.
  • .gitignore
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin remove-node-modules:remove-node-modules
git switch remove-node-modules

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff remove-node-modules
git switch remove-node-modules
git rebase master
git switch master
git merge --ff-only remove-node-modules
git switch remove-node-modules
git rebase master
git switch master
git merge --no-ff remove-node-modules
git switch master
git merge --squash remove-node-modules
git switch master
git merge --ff-only remove-node-modules
git switch master
git merge remove-node-modules
git push origin master
Sign in to join this conversation.
No description provided.