V
V
vovashaplin2020-06-10 18:29:07
git
vovashaplin, 2020-06-10 18:29:07

Throws an error on pull origin and gitignore doesn't ignore pycache?

Writes
error: The following untracked working tree files would be overwritten by merge:
frontend/node_modules/.bin/acorn.ps1
frontend/node_modules/.bin/ansi-html.ps1
frontend/node_modules/.bin/atob.ps1
frontend/node_modules /.bin/browserslist.ps1
frontend/node_modules/.bin/cross-env-shell.ps1
................................
sitting on Github Desktop

Here is gitignore

# dependencies
node_modules/
static/
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# production
/build

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question