摘要: 在使用Git的过程中,我们喜欢有的文件比如日志,临时文件,编译的中间文件等不要提交到代码仓库,这时就要设置相应的忽略规则,来忽略这些文件的提交。 .gitignore .DS_Store node_modules/ /dist/ npm-debug.log* yarn-debug.log* yarn 阅读全文
posted @ 2023-05-15 01:59 JackieDYH 阅读(291) 评论(0) 推荐(0) 编辑