Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #skip #file #adding #github #repository
ADD COMMENT
Topic
Name
3+9 =