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

12 行
128 B

  1. # ignore everything by default
  2. *
  3. # things to include
  4. !docker
  5. !synapse
  6. !README.rst
  7. !pyproject.toml
  8. !poetry.lock
  9. **/__pycache__