3
Setting
I have a versioned project on github, put together a file .gitignore to make the project lighter and not to unnecessarily restore files, but I’m not succeeding. Note that my file .gitignore is at the root of the project.
Doubt
All the files I’ve put into . gitignore continue to versioning. How do I resolve ?
Structure of the Project
.\70-483
|-----.git
|-----\Manageprogramflow
|------|____________\Weblank.Manageprogramflow
|--------------------|____________________/.vs
|--------------------|____________________/IMAP
|--------------------|____________________/Usingasyncawait
|--------------------|____________________/Usingconcurrentcollections
|--------------------|____________________Weblank.ManageProgramFlow.sln
|-----.gitignore
|-----LICENSE.Md
|--------README.Md
Part of . gitignore
Part of the Github Project
Project link on github http://www.github.com/weblank/70-483
What is the question?
– Marcos Banik
All the files I’ve put into . gitignore continue to versioning. How do I resolve ?
– Carlos Henrique