summary refs log blame commit diff
path: root/.dockerignore
blob: 0b51345cbdb08abc4ca05b0a8995c9c80190e263 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                              
        
     
           
               
           
           

              
            
 
              
# ignore everything by default
*

# things to include
!docker
!synapse
!rust
!README.rst
!pyproject.toml
!poetry.lock
!Cargo.lock
!Cargo.toml
!build_rust.py

rust/target
synapse/*.so

**/__pycache__