Answers for "how to skip .pyc file adding into github repository"

0

how to skip .pyc file adding into github repository

# create one file into scrapy project with name of 
.gitignore
#add one line into that file 
*.pyc
# and save it. it will skip the file adding into git repo
Posted by: Guest on December-19-2020

Code answers related to "how to skip .pyc file adding into github repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language