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.
 
 
 
 
 
 

18 lines
187 B

  1. # ignore everything by default
  2. *
  3. # things to include
  4. !docker
  5. !synapse
  6. !rust
  7. !README.rst
  8. !pyproject.toml
  9. !poetry.lock
  10. !Cargo.lock
  11. !build_rust.py
  12. rust/target
  13. synapse/*.so
  14. **/__pycache__