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
File sync excludes version control system directories like`.git/` from synchronization, so keep your Git-cloned repository wherever you run Git commands.
187
+
This means that if you use an IDE with a built-in terminal to edit files on your remote workspace, that should be the Git clone and your local directory should be for file syncs.
188
+
189
+
If you encounter a synchronization conflict, delete the conflicting file that contains changes you don't want to keep.
190
+
185
191
##Accessing web apps in a secure browser context
186
192
187
193
Some web applications require a[secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) to function correctly.