摘要:
勾选要选中的文本,按 Ctrl + Shift + L ,然后编辑文本 阅读全文
posted @ 2021-02-19 14:07
starlog
阅读(303)
评论(0)
推荐(0)
摘要:
在项目根目录: git config core.longpaths true 问题解决 阅读全文
posted @ 2021-02-19 13:25
starlog
阅读(402)
评论(0)
推荐(0)
摘要:
过滤文件夹: node_modules/ 过滤文件: demo.html 过滤全部具有某种后缀名的文件: *.zip 跟踪文件夹: !src/ 跟踪文件: !index.html 跟踪全部具有某种后缀名的文件: !*.js 示例: .DS_Store node_modules/ dist/ npm- 阅读全文
posted @ 2021-02-19 12:26
starlog
阅读(570)
评论(0)
推荐(0)
摘要:
在项目根目录启动cmd 新建.gitignore文件: type nul> .gitignore 使用vscode打开.gitignore文件 code .gitignore 输入以下内容并保存 node_modules/ 这样以后就不会提交node_modules文件夹了 删除本地仓库提交过的no 阅读全文
posted @ 2021-02-19 12:02
starlog
阅读(484)
评论(0)
推荐(0)

浙公网安备 33010602011771号