dmccallie / HelloWorld

Learning github with a HelloWorld python app
Apache License 2.0
0 stars 0 forks source link

.gitignore #1

Open jmandel opened 9 years ago

jmandel commented 9 years ago

"Pro tip"

You may want to create a .gitignore file (perhaps using this one as a template) to prevent binary files like https://github.com/dmccallie/HelloWorld/blob/master/helloworld/world.pyc

from being committed to your git repo :-)

dmccallie commented 9 years ago

I figured that github would have been smart enough to already know that, but I found out otherwise. Thanks for the tip.