Just disable it in Settings ->Core->Exclude VCS ignored paths.
Projects
Blog
WP REST request with fetch
If you’re ever working with fetch to talk to the WP REST API, add “credentials: ‘include’” to the options of your request. This will allow the nonce to be received by the API.
Atom and keyboard shortcuts (keymapping)
I used to work with Coda before making the switch to Atom. Here and there I catch myself using keyboard shortcuts that Atom does not recognise – like: Go to line (cmd-shift-G) Apparently there is a package in Atom for the functionality, but the keyboard shortcut is cntrl-G, which is not really nice to use on a Macbook keyboard. So »