wailsapp / wails

Create beautiful applications using Go
https://wails.io
MIT License
25.39k stars 1.23k forks source link

Including miscellaneous files to be omitted in .gitignore #1889

Closed raymond-design closed 20 hours ago

raymond-design commented 2 years ago

Is your feature request related to a problem? Please describe.

There's several miscellaneous local files and IDE-generated files that are not omitted in the .gitignore. Files like .DS_Store are always omitted by the .gitignore in other generated templates (like create-react-app etc).

Describe the solution you'd like

It might be best to list out what should be omitted before any PRs.

Describe alternatives you've considered

No response

Additional context

No response

leaanthony commented 2 years ago

Thanks for using Wails. Which .gitignore do you mean?

raymond-design commented 2 years ago

Hello Lea, I'm referring to the top-level .gitignore that is created when you generate a project. My react-typescript boilerplate includes build/bin, node_modules, and frontend/dist by default.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

leaanthony commented 2 years ago

@raymond-design Happy to accept a PR for this if it's still relevant.

raymond-design commented 2 years ago

@leaanthony I think @willmendil also created an issue about creating a default gitignore. If it hasn't been done yet, I will send a PR as soon as I'm testing with all of the code generation commands!

leaanthony commented 20 hours ago

Closing due to inactivity. Feel free to reopen if you'd like to continue with this 👍