Browse Source

Update gitignore

Tulir Asokan 2 years ago
parent
commit
c625ee3ba7
1 changed files with 5 additions and 4 deletions
  1. 5 4
      .gitignore

+ 5 - 4
.gitignore

@@ -1,5 +1,6 @@
-config.yaml
-discord
-logs/
-registration.yaml
+*.yaml
+!example-config.yaml
+!.pre-commit-config.yaml
+
 *.db*
+*.log*