mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
f3f0ab10fe
* Two scripts are basically entry_points already * Move and rename scripts/* to synapse/_scripts/*.py * Delete sync_room_to_group.pl * Expose entry points in setup.py * Update linter script and config * Fixup scripts & docs mentioning scripts that moved Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
13 lines
130 B
Plaintext
13 lines
130 B
Plaintext
# ignore everything by default
|
|
*
|
|
|
|
# things to include
|
|
!docker
|
|
!synapse
|
|
!MANIFEST.in
|
|
!README.rst
|
|
!setup.py
|
|
!synctl
|
|
|
|
**/__pycache__
|