📜  如何跳过 .pyc 文件添加到 github 存储库 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:52.399000             🧑  作者: Mango

代码示例1
# 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