Categories
Why does git add files that are listed in gitignore?
Specified folders that should not be sent to the repository, but git adds them anyway. What is the problem?
Answer the question
In order to leave comments, you need to log in
/venv/*
If the files were in the index BEFORE they were put into gitignor, you need to delete them from there.git rm --cached filename
git rm --cached filename
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question