Skip to content

Commit

Permalink
Improve .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 16, 2023
1 parent ec298b2 commit 08db5a6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@ __pycache__
/*.egg-info
/.eggs

/config.yaml
/registration.yaml
*.yaml
!.pre-commit-config.yaml
!example-config.yaml
!/mautrix_telegram/web/provisioning/spec.yaml
!/.github/workflows/*.yaml

/start
/mautrix
/telethon

*.log*
*.db
*.db-*
/*.pickle
*.bak
/*.session
/*.session-journal
/*.json

0 comments on commit 08db5a6

Please sign in to comment.