Browse Source

Update gitignore

Tulir Asokan 2 năm trước cách đây
mục cha
commit
c625ee3ba7
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  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*