You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have couple questions regarding the new Codegen 🙂
Is it a good practice to add ApolloCLI folder to the .gitignore?
I ran into an issue when my build was failing because I didn't have an empty ApolloCLI folder inside SwiftScripts folder. After I created an empty ApolloCLI folder my build succeeded. I didn't have such folder because I added ApolloCLI to .gitignore. Do you have any ideas how to overcome this problem?
Thank you!
The text was updated successfully, but these errors were encountered:
Yes, absolutely. Otherwise you wind up checking a ton of JS in to your repo that has nothing to do with your project
I got around this by force-adding an empty .keep file within ApolloCLI to git just to preserve the folder structure, but we should probably just create the folder if it doesn't exist in the longer term.
Hi 👋
I have couple questions regarding the new Codegen 🙂
.gitignore
?.gitignore
. Do you have any ideas how to overcome this problem?Thank you!
The text was updated successfully, but these errors were encountered: