Closed raymond-design closed 20 hours ago
Thanks for using Wails. Which .gitignore
do you mean?
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.
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.
@raymond-design Happy to accept a PR for this if it's still relevant.
@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!
Closing due to inactivity. Feel free to reopen if you'd like to continue with this 👍
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