在线打印
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 line
142 B

  1. # 忽略目录
  2. example/
  3. dist/
  4. src/
  5. node_modules/
  6. .vscode/
  7. # 忽略指定文件
  8. vue.config.js
  9. babel.config.js
  10. .eslintrc.js
  11. .editorconfig
  12. *.map