-
Notifications
You must be signed in to change notification settings - Fork 89
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
Allow uploading git-ignored files to EAS #900
Comments
For some setups, it seems you can use a negated ('!' before it) pattern in .easignore to do this. In my case I have individual files that are specifically ignored and only a single .gitignore, I don't know if this would work with ignored directories or multiple .gitignore files. Hopefully this helps somebody! |
It would be awesome if you all could add an |
This issue is stale because it has been open for 30 days with no activity. If there is no activity in the next 7 days, the issue will be closed. |
Has anyone figured out how to get past the aws-exports and google-services.json needing to be gitignored? adding the following to .easignore did not fix the eas:build issues for us |
@ShepSims have u tried encoding the files with base64, storing them as eas secrets, and running a package.json script (hook) for restoring the respective files? I am about to handle this situation in a few days, and I feel that updating my eas secrets everytime the sensitive .gitignored files change is annoying… have u found any other way? |
Please and thank you EAS maintainers! As @diegoconcha mentioned, this feature is very valuable to streamline uploading files we already have in our repo but do not want to commit nor duplicate the ignore files! |
Please the maintainers of the repo, fix this issue. |
I too need fix this issue !!!! |
While we recognize that there could be some merit to an alternative implementation that doesn't require you to duplicate (most of) your ignore list, there are downsides to that implementation as well. Given that the current solution already provides a working implementation for controlling the ignore behavior between git and EAS, we are currently not prioritizing any changes to this feature. |
Adding the negation to
This works because my
Had I ignored the file specifically then this would not work |
Hello, is there a way of including |
After putting |
I am running into the same thing. @hanamurayuki did you have the I have tried using |
@hanamurayuki Didn't work for me. |
It sometimes makes sense to upload git-ignored files to EAS. There should be a way to override .gitignore file rules.
See #228 (comment) for context.
The text was updated successfully, but these errors were encountered: