您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

38 行
641B

  1. # ---> VisualStudioCode
  2. .vscode/*
  3. !.vscode/settings.json
  4. !.vscode/tasks.json
  5. !.vscode/launch.json
  6. !.vscode/extensions.json
  7. *.code-workspace
  8. # ---> Linux
  9. *~
  10. # temporary files which can be created if a process still has a handle open of a deleted file
  11. .fuse_hidden*
  12. # KDE directory preferences
  13. .directory
  14. .desktop
  15. # Linux trash folder which might appear on any partition or disk
  16. .Trash-*
  17. # .nfs files are created when an open file is removed but is still being accessed
  18. .nfs*
  19. # Dependency directory
  20. node_modules
  21. bower_components
  22. # Log directory
  23. logs
  24. # Built files .js
  25. dist/**/*.js
  26. dist/**/*.js.map
  27. # Debug configs
  28. config/*.debug.json