Skip to content

Commit 08db5a6

Browse files
committed
Improve .gitignore
1 parent ec298b2 commit 08db5a6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.gitignore

+10-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ __pycache__
1010
/*.egg-info
1111
/.eggs
1212

13-
/config.yaml
14-
/registration.yaml
13+
*.yaml
14+
!.pre-commit-config.yaml
15+
!example-config.yaml
16+
!/mautrix_telegram/web/provisioning/spec.yaml
17+
!/.github/workflows/*.yaml
18+
19+
/start
20+
/mautrix
21+
/telethon
22+
1523
*.log*
1624
*.db
1725
*.db-*
1826
/*.pickle
1927
*.bak
20-
/*.session
21-
/*.session-journal
2228
/*.json

0 commit comments

Comments
 (0)