mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-24 00:10:59 -05:00
Capture the .gitignore file
This commit is contained in:
parent
cf45ed1bc0
commit
31ac288eb7
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*.pyc
|
||||||
|
.*.swp
|
||||||
|
|
||||||
|
_trial_temp/
|
||||||
|
logs/
|
||||||
|
dbs/
|
||||||
|
*.egg
|
||||||
|
dist/
|
||||||
|
docs/build/
|
||||||
|
*.egg-info
|
||||||
|
|
||||||
|
cmdclient_config.json
|
||||||
|
homeserver.db
|
||||||
|
|
||||||
|
.coverage
|
||||||
|
htmlcov
|
||||||
|
|
||||||
|
demo/*.db
|
||||||
|
demo/*.log
|
Loading…
Reference in New Issue
Block a user