weishiyan / felinemotion

This is the felinemotion repo for CSE583 project
MIT License
1 stars 3 forks source link

A `.gitignore` should be created and old files removed #2

Open dacb opened 4 years ago

dacb commented 4 years ago

The .gitignore allows git to ignore files like .DS_Store Create one, commit and push it and then remove the old files to clean up the repo.

dacb commented 4 years ago

Your .gitignore_global should probably be expanded. You can get default examples for Python from the web that include more stuff like .idea and .pyc, etc.