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.
 
 
 
 
 
 

12 lines
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__