Closed pet1330 closed 9 years ago
In the root of your project you should have a hidden file named
.gitignore
you need to add to the bottom of it
*.pyc
If the file dos not exists just create one and add the line. (remember to check you've got hidden files shown first though) :stuck_out_tongue:
File created and added as requested :+1:
In the root of your project you should have a hidden file named
you need to add to the bottom of it
If the file dos not exists just create one and add the line. (remember to check you've got hidden files shown first though) :stuck_out_tongue: