saltyshiomix / nextron

⚡ Next.js + Electron ⚡
https://npm.im/nextron
MIT License
3.69k stars 215 forks source link

Fix gitignore in template to only ignore root app directory #470

Closed windsnow1025 closed 2 weeks ago

windsnow1025 commented 2 weeks ago

Summary

This PR addresses an issue with the .gitignore file generated by the npx create-nextron-app command. The current configuration ignores all directories named app throughout the project, which can lead to unintended ignoring of important files in nested directories. This PR modifies the .gitignore configuration to only ignore the app directory at the root of the project.

Changes

Issue

Fixes #452

saltyshiomix commented 2 weeks ago

@windsnow1025

I just published nextron v9.1.0, which includes your PR 🎉