• git init 初始化
  • touch .gitignore 创建忽略配置文件
  • 修改.gitignore文件
.DS_Store
node_modules/
/dist/
test
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln

相关文章:

  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2021-10-31
  • 2021-06-04
  • 2022-12-23
  • 2021-07-18
猜你喜欢
  • 2022-02-04
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
相关资源
相似解决方案