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.
 
 
 
 
 
 

14 lines
139 B

  1. # ignore everything by default
  2. *
  3. # things to include
  4. !docker
  5. !scripts
  6. !synapse
  7. !MANIFEST.in
  8. !README.rst
  9. !setup.py
  10. !synctl
  11. **/__pycache__