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.
 
 
 
 
 
 

19 lines
199 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. !Cargo.toml
  12. !build_rust.py
  13. rust/target
  14. synapse/*.so
  15. **/__pycache__