JeremyBYU / bpyproj

A blender add-on for Map Projections
GNU General Public License v3.0
5 stars 1 forks source link

untrack .vscode #4

Closed vvoovv closed 6 years ago

vvoovv commented 6 years ago

Please add it to .gitignore_global or .gitignore

JeremyBYU commented 6 years ago

Done.

vvoovv commented 6 years ago

Could you add .gitignore itself to .gitignore? Not sure if it works.

I personally add the stuff to be ignored to .gitignore_global

JeremyBYU commented 6 years ago

I do have a gitignore. The file is no longer in the master branch.

On Wed, May 2, 2018, 7:52 AM Vladimir Elistratov notifications@github.com wrote:

Could you add .gitignore itself to .gitignore? Not sure if it works.

I personally add the stuff to be ignored to .gitignore_global

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JeremyBYU/bpyproj/issues/4#issuecomment-385952212, or mute the thread https://github.com/notifications/unsubscribe-auth/AGUi9flFPr7R3xCPmw1O1boboBIVuOv-ks5tuZ4VgaJpZM4Tt03r .

vvoovv commented 6 years ago

.gitnore is still there. Maybe forgot to commit or push?

JeremyBYU commented 6 years ago

Oh I totally read your question wrong! You want to add .gitinore to the actual .gitignore file. You want not just .vscode to be untracked, you also want .gitignore to be untracked. Is that correct?

If so, why is that. I always have my .gitignore in repo, to ensure that that common build artificats are not accidentally committed to the repository (see pythons bytode in __pycache__ folder and many others). Here's a link that explains it better.

Also to make it more clear, I work on multiple computers, I would prefer not to have to manually sync all my .gitignore files. And if any other developers are working on this it will always stay in sync in the repo.

vvoovv commented 6 years ago

ok