-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use gitignore #4
Comments
I believe this should be an implementation on the |
The thing with electron packager is that you get to set the "ignore" parameter, but you cannot do that with the interactive command :( |
Oh, then I'll add an implementation to the |
Nice :) |
Inside the |
Hmm yeah, didn't think of node_modules folder... |
Good point. In that case, maybe the better solution would be to create a new node cli to take all the params from from a json file. And to this module just add the implementation to accept the |
hey @ocombe have you check grunt-electron ? With that module you can set every param as a grunt task. It's a closer approach to having a config file. |
Well I'm using electron-packager now, with a gulp task that I made myself :) |
Cool. I will add the possibility to set the |
It would be nice if the generator could use the gitignore file and not copy these ignored files into the resource folders :)
The text was updated successfully, but these errors were encountered: