Hi there,
Just wanted to touch base and let you know I've found an issue where, when cloning the repo, the .bablerc file fails with an error.
When I do a git status, it looks like there are special characters in the file name:
git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted: ".babelrc\n\n"
So it looks like the .bablerc file has \n\n added to the name.
Hi there,
Just wanted to touch base and let you know I've found an issue where, when cloning the repo, the .bablerc file fails with an error.
When I do a git status, it looks like there are special characters in the file name:
So it looks like the .bablerc file has
\n\nadded to the name.