Closed boada closed 7 years ago
there is a typo in the gitignore file. Should be mytelescopes.py not mytelescopes.pyc as all *.pyc files are already untracked.
mytelescopes.py
mytelescopes.pyc
*.pyc
Done, thanks!
there is a typo in the gitignore file. Should be
mytelescopes.py
notmytelescopes.pyc
as all*.pyc
files are already untracked.