tillmo / two_tiered_quiz

A multiple choice quiz with justifications for the answers, written in Django
GNU Affero General Public License v3.0
0 stars 0 forks source link

python cache and misc generate files/dirs should be ignored by git #21

Closed jelmd closed 4 years ago

jelmd commented 4 years ago

Provide a .gitignore to avoid comiting junk to the repository.

tillmo commented 4 years ago

@pramodkumarbontha: in b6f6959b574d1abcdf6def13274e1d9d85f238b8 you have introduced .pyc files again (although they are .gitignored now). Please remove them.

jelmd commented 4 years ago

Not in sync with master?

tillmo commented 4 years ago

yes, I am. See https://github.com/tillmo/two_tiered_quiz/tree/master/backend/lqserver/QuizBoard/__pycache__ - this should not be there.

jelmd commented 4 years ago

I guess, @pramodkumarbontha's local master is not in sync with the origin/master. Therefore no .gitignore => junk commited. IMHO .gitignore in sub directories are uncommon, but according to gitignore(5) honored: they actually have higher precedence than the patterns from upper dirs ...

tillmo commented 4 years ago

OK, I misunderstood. Seems to be fixed now.